public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] rfc: news item for app-backup/bacula
@ 2011-12-30  8:56 Thomas Beierlein
  2011-12-30  9:11 ` Michał Górny
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Beierlein @ 2011-12-30  8:56 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all,

please find attached a small news item proposal for the
upgrade of app-backup/bacula. Each one who has the previous version
installed has to convert its database to the new format. So target
audience are all who have <app-backup/bacula-5.2.0 installed.

As it is my first news item please have a thorough look at it and give
feedback.

Regards,

	Thomas

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEARECAAYFAk79fNEACgkQQe4uqXYgU9V4KQCgiPDFYZKTNYurPk9pYz4esl3i
kAMAoM3UJ9gDC1BJTcZM16+Y2cOOzhiy
=yfsV
-----END PGP SIGNATURE-----

[-- Attachment #2: 2011-12-30-bacula-updates.en.txt --]
[-- Type: text/plain, Size: 916 bytes --]

Title: Bacula-5.2.3 Upgrade
Author: Thomas Beierlein <tomjbe@gentoo.org>
Content-Type: text/plain
Posted: 2011-12-30
Revision: 1
News-Item-Format: 1.0
Display-If-Installed: "<app-backup/bacula-5.2.0"

The 5.2.x release series of Bacula uses a new database catalog format.
If you're upgrading from a 3.x.x or 5.0.x release, you must upgrade your
bacula catalog database.  

Please read the manual chapter for how to upgrade your database.  You
can find database upgrade scripts in /usr/libexec/bacula/updatedb/.

It is strongly recommended that you save a copy of your existing
database before upgrading.

The simplest way to upgrade the database:

1. Stop Bacula from running (at least director and storage daemon).
2. Save a copy of your existing database.
3. Emerge new version of Bacula.
4. Run the appropriate upgrade script from /usr/libexec/bacula/updatedb/. 
7. Start the new Bacula.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-30  8:56 [gentoo-dev] rfc: news item for app-backup/bacula Thomas Beierlein
@ 2011-12-30  9:11 ` Michał Górny
  2011-12-30  9:43   ` Thomas Beierlein
  2011-12-31 14:56   ` [gentoo-dev] " William Hubbs
  0 siblings, 2 replies; 10+ messages in thread
From: Michał Górny @ 2011-12-30  9:11 UTC (permalink / raw
  To: gentoo-dev; +Cc: tomjbe

[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]

On Fri, 30 Dec 2011 09:56:33 +0100
Thomas Beierlein <tomjbe@gentoo.org> wrote:

> The 5.2.x release series of Bacula uses a new database catalog format.
                                     ^^^ use (singular)
> If you're upgrading from a 3.x.x or 5.0.x release, you must upgrade
> your bacula catalog database.  
> 
> Please read the manual chapter for how to upgrade your database.

Link would be useful.

> You
> can find database upgrade scripts in /usr/libexec/bacula/updatedb/.
> 
> It is strongly recommended that you save a copy of your existing
> database before upgrading.

More details or even a script to do that would be great for users.

> The simplest way to upgrade the database:
> 
> 1. Stop Bacula from running (at least director and storage daemon).
                                       ^ the                       ^-s
> 2. Save a copy of your existing database.
> 3. Emerge new version of Bacula.
           ^ (probably) the
> 4. Run the appropriate upgrade script
> from /usr/libexec/bacula/updatedb/.
> 7. Start the new Bacula.

It saved us two steps!

-- 
Best regards,
Michał Górny

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 316 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-30  9:11 ` Michał Górny
@ 2011-12-30  9:43   ` Thomas Beierlein
  2011-12-30 10:44     ` Michał Górny
  2011-12-31 14:56   ` [gentoo-dev] " William Hubbs
  1 sibling, 1 reply; 10+ messages in thread
From: Thomas Beierlein @ 2011-12-30  9:43 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 592 bytes --]

On Fri, 30 Dec 2011 10:11:58 +0100
Michał Górny <mgorny@gentoo.org> wrote:

> On Fri, 30 Dec 2011 09:56:33 +0100
> Thomas Beierlein <tomjbe@gentoo.org> wrote:
>... 
> > It is strongly recommended that you save a copy of your existing
> > database before upgrading.
> 
> More details or even a script to do that would be great for users.
> 
Not as easy as it depends on users decision to use mysql, sqlite or
postgresql. But added a hint to look into database documentation (see
revised attachment).

The other minor corrections got also applied. Thanks.

Thomas.


-- 

[-- Attachment #1.2: 2011-12-30-bacula-updates.en.txt --]
[-- Type: text/plain, Size: 1076 bytes --]

Title: Bacula-5.2.3 Upgrade
Author: Thomas Beierlein <tomjbe@gentoo.org>
Content-Type: text/plain
Posted: 2011-12-30
Revision: 2
News-Item-Format: 1.0
Display-If-Installed: "<app-backup/bacula-5.2.0"

The 5.2.x release series of Bacula use a new database catalog format.
If you're upgrading from a 3.x.x or 5.0.x release, you must upgrade your
bacula catalog database.  

Please read the manual chapter for how to upgrade your database (see
http://www.bacula.org/5.2.x-manuals/en/main/main/Installing_Bacula.html).
You can find database upgrade scripts in /usr/libexec/bacula/(updatedb/).

It is strongly recommended that you save a copy of your existing database
before upgrading. For details how to do it please look into your database
documentation.

The simplest way to upgrade the database:

1. Stop Bacula from running (at least the director and storage daemons).
2. Save a copy of your existing database.
3. Emerge the new version of Bacula.
4. Run the appropriate upgrade script from /usr/libexec/bacula/updatedb/. 
7. Start the new Bacula.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-30  9:43   ` Thomas Beierlein
@ 2011-12-30 10:44     ` Michał Górny
  2011-12-30 11:09       ` Thomas Beierlein
  0 siblings, 1 reply; 10+ messages in thread
From: Michał Górny @ 2011-12-30 10:44 UTC (permalink / raw
  To: gentoo-dev; +Cc: tomjbe

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

On Fri, 30 Dec 2011 10:43:31 +0100
Thomas Beierlein <tomjbe@gentoo.org> wrote:

> 4. Run the appropriate upgrade script
> from /usr/libexec/bacula/updatedb/.
> 7. Start the new Bacula.

You still miss steps 5 and 6 ;P.

-- 
Best regards,
Michał Górny

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 316 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-30 10:44     ` Michał Górny
@ 2011-12-30 11:09       ` Thomas Beierlein
  2011-12-30 17:02         ` [gentoo-dev] " Jonathan Callen
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Beierlein @ 2011-12-30 11:09 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1: Type: text/plain, Size: 432 bytes --]

On Fri, 30 Dec 2011 11:44:23 +0100
Michał Górny <mgorny@gentoo.org> wrote:

> On Fri, 30 Dec 2011 10:43:31 +0100
> Thomas Beierlein <tomjbe@gentoo.org> wrote:
> 
> > 4. Run the appropriate upgrade script
> > from /usr/libexec/bacula/updatedb/.
> > 7. Start the new Bacula.
> 
> You still miss steps 5 and 6 ;P.
> 

Oh, oh. Now I read your last line from former mail right. Corrected,
thanks again.

Thomas

-- 

[-- Attachment #1.2: 2011-12-30-bacula-updates.en.txt --]
[-- Type: text/plain, Size: 1076 bytes --]

Title: Bacula-5.2.3 Upgrade
Author: Thomas Beierlein <tomjbe@gentoo.org>
Content-Type: text/plain
Posted: 2011-12-30
Revision: 3
News-Item-Format: 1.0
Display-If-Installed: "<app-backup/bacula-5.2.0"

The 5.2.x release series of Bacula use a new database catalog format.
If you're upgrading from a 3.x.x or 5.0.x release, you must upgrade your
bacula catalog database.  

Please read the manual chapter for how to upgrade your database (see
http://www.bacula.org/5.2.x-manuals/en/main/main/Installing_Bacula.html).
You can find database upgrade scripts in /usr/libexec/bacula/(updatedb/).

It is strongly recommended that you save a copy of your existing database
before upgrading. For details how to do it please look into your database
documentation.

The simplest way to upgrade the database:

1. Stop Bacula from running (at least the director and storage daemons).
2. Save a copy of your existing database.
3. Emerge the new version of Bacula.
4. Run the appropriate upgrade script from /usr/libexec/bacula/updatedb/. 
5. Start the new Bacula.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-dev] Re: rfc: news item for app-backup/bacula
  2011-12-30 11:09       ` Thomas Beierlein
@ 2011-12-30 17:02         ` Jonathan Callen
  2011-12-31 10:51           ` Thomas Beierlein
  0 siblings, 1 reply; 10+ messages in thread
From: Jonathan Callen @ 2011-12-30 17:02 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 12/30/2011 06:09 AM, Thomas Beierlein wrote:
> On Fri, 30 Dec 2011 11:44:23 +0100 Michał Górny <mgorny@gentoo.org>
> wrote:
> 
>> On Fri, 30 Dec 2011 10:43:31 +0100 Thomas Beierlein
>> <tomjbe@gentoo.org> wrote:
>> 
>>> 4. Run the appropriate upgrade script from
>>> /usr/libexec/bacula/updatedb/. 7. Start the new Bacula.
>> 
>> You still miss steps 5 and 6 ;P.
>> 
> 
> Oh, oh. Now I read your last line from former mail right.
> Corrected, thanks again.
> 
> Thomas
> 
> Title: Bacula-5.2.3 Upgrade Author: Thomas Beierlein
> <tomjbe@gentoo.org> Content-Type: text/plain Posted: 2011-12-30 
> Revision: 3
This should remain as Revision: 1 until actually committed to svn.

> News-Item-Format: 1.0 Display-If-Installed:
> "<app-backup/bacula-5.2.0"
You need to drop the quotes here.

> 
> The 5.2.x release series of Bacula use a new database catalog
> format. If you're upgrading from a 3.x.x or 5.0.x release, you must
> upgrade your bacula catalog database.
> 
> Please read the manual chapter for how to upgrade your database
> (see 
> http://www.bacula.org/5.2.x-manuals/en/main/main/Installing_Bacula.html).
>
> 
You can find database upgrade scripts in /usr/libexec/bacula/(updatedb/).
> 
> It is strongly recommended that you save a copy of your existing
> database before upgrading. For details how to do it please look
> into your database documentation.
> 
> The simplest way to upgrade the database:
> 
> 1. Stop Bacula from running (at least the director and storage
> daemons). 2. Save a copy of your existing database. 3. Emerge the
> new version of Bacula. 4. Run the appropriate upgrade script from
> /usr/libexec/bacula/updatedb/. 5. Start the new Bacula.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJO/e6RAAoJELHSF2kinlg4b/IP/jrMPdNAz0eqQDi4jPtQoef5
prG0NwfpnSfKq0vTCf+CS+tSezGgrn2GsnfAp+GFngEPAed8zZlylGsViusQjR5w
uOPkLlaYwGiKzlUjoronqm83GLbGRw2IZJuxr96t6wsk2PWMSIs4SLLDRRoA8Lis
/yZ6YtuWpkaxqdtR7GIwpW2uTK7b0L7LSR1UyIe7YO5bTQ3wlLVneysxfcNadNAh
JrT1Hi1oGR/SRtWP/J43M26mpTSibqaJjE9vU+4/UVUApquKUB/Cw8x6lPgh/hZz
1JemFwHWeozIr6zUu0OOoqI3oN4nkO7cFyqVcZYezx5WEuaEK+NFLiNIrqFQFyyQ
uPYgKCXFmW32rhWXKVeIYNjTiX9RYrFsEUnyTOKltD5s2sGMYd0xiplYAPZDml3n
ZUTU/swMp469N5qaYq1XNrpM0GE1QztG0/Le6lvngkSIo59j330d4VsvYT410jdl
+AmFaVuTFVfvRl3A7f1B9iZ2v9HKQvguFcraC2Vp6o4QQ/TbHJqbzn9PpXjCXhjL
5msQM/UvlaxWlK87BqXFzwUMb9lC5kRu6qqPfmevDtrkT5jaCPNAubcdz8Gnlo89
w8grtnCNVWNbfMBVxIzOsSR1ESKAQqkm6jkgkPJnPrcrvtIi6QQhek6r59r3FIon
uSmV/1RoedqyGGsdxVyD
=urxy
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] Re: rfc: news item for app-backup/bacula
  2011-12-30 17:02         ` [gentoo-dev] " Jonathan Callen
@ 2011-12-31 10:51           ` Thomas Beierlein
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Beierlein @ 2011-12-31 10:51 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 30 Dec 2011 12:02:09 -0500
Jonathan Callen <abcd@gentoo.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> On 12/30/2011 06:09 AM, Thomas Beierlein wrote:
> > On Fri, 30 Dec 2011 11:44:23 +0100 Michał Górny <mgorny@gentoo.org>
> > wrote:
> > 
> >> On Fri, 30 Dec 2011 10:43:31 +0100 Thomas Beierlein
> >> <tomjbe@gentoo.org> wrote:
> >> 
> >>> 4. Run the appropriate upgrade script from
> >>> /usr/libexec/bacula/updatedb/. 7. Start the new Bacula.
> >> 
> >> You still miss steps 5 and 6 ;P.
> >> 
> > 
> > Oh, oh. Now I read your last line from former mail right.
> > Corrected, thanks again.
> > 
> > Thomas
> > 
> > Title: Bacula-5.2.3 Upgrade Author: Thomas Beierlein
> > <tomjbe@gentoo.org> Content-Type: text/plain Posted: 2011-12-30 
> > Revision: 3
> This should remain as Revision: 1 until actually committed to svn.

Ok, thanks. It was not so clear from reading the GLEP.
> 
> > News-Item-Format: 1.0 Display-If-Installed:
> > "<app-backup/bacula-5.2.0"
> You need to drop the quotes here.
> 
Done.

Regards, Thomas

> > 
> > The 5.2.x release series of Bacula use a new database catalog
> > format. If you're upgrading from a 3.x.x or 5.0.x release, you must
> > upgrade your bacula catalog database.
> > 
> > Please read the manual chapter for how to upgrade your database
> > (see 
> > http://www.bacula.org/5.2.x-manuals/en/main/main/Installing_Bacula.html).
> >
> > 
> You can find database upgrade scripts
> in /usr/libexec/bacula/(updatedb/).
> > 
> > It is strongly recommended that you save a copy of your existing
> > database before upgrading. For details how to do it please look
> > into your database documentation.
> > 
> > The simplest way to upgrade the database:
> > 
> > 1. Stop Bacula from running (at least the director and storage
> > daemons). 2. Save a copy of your existing database. 3. Emerge the
> > new version of Bacula. 4. Run the appropriate upgrade script from
> > /usr/libexec/bacula/updatedb/. 5. Start the new Bacula.
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.18 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iQIcBAEBCgAGBQJO/e6RAAoJELHSF2kinlg4b/IP/jrMPdNAz0eqQDi4jPtQoef5
> prG0NwfpnSfKq0vTCf+CS+tSezGgrn2GsnfAp+GFngEPAed8zZlylGsViusQjR5w
> uOPkLlaYwGiKzlUjoronqm83GLbGRw2IZJuxr96t6wsk2PWMSIs4SLLDRRoA8Lis
> /yZ6YtuWpkaxqdtR7GIwpW2uTK7b0L7LSR1UyIe7YO5bTQ3wlLVneysxfcNadNAh
> JrT1Hi1oGR/SRtWP/J43M26mpTSibqaJjE9vU+4/UVUApquKUB/Cw8x6lPgh/hZz
> 1JemFwHWeozIr6zUu0OOoqI3oN4nkO7cFyqVcZYezx5WEuaEK+NFLiNIrqFQFyyQ
> uPYgKCXFmW32rhWXKVeIYNjTiX9RYrFsEUnyTOKltD5s2sGMYd0xiplYAPZDml3n
> ZUTU/swMp469N5qaYq1XNrpM0GE1QztG0/Le6lvngkSIo59j330d4VsvYT410jdl
> +AmFaVuTFVfvRl3A7f1B9iZ2v9HKQvguFcraC2Vp6o4QQ/TbHJqbzn9PpXjCXhjL
> 5msQM/UvlaxWlK87BqXFzwUMb9lC5kRu6qqPfmevDtrkT5jaCPNAubcdz8Gnlo89
> w8grtnCNVWNbfMBVxIzOsSR1ESKAQqkm6jkgkPJnPrcrvtIi6QQhek6r59r3FIon
> uSmV/1RoedqyGGsdxVyD
> =urxy
> -----END PGP SIGNATURE-----
> 



- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEARECAAYFAk7+6TQACgkQQe4uqXYgU9Us9wCgx+PHKgs75PQquqtS3heZzsdI
rWUAn1CaXMoLAFm4QO4mmdgzGb+CSp0z
=trfu
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-30  9:11 ` Michał Górny
  2011-12-30  9:43   ` Thomas Beierlein
@ 2011-12-31 14:56   ` William Hubbs
  2011-12-31 15:54     ` Alexandre Rostovtsev
  2012-01-01 19:54     ` Thomas Beierlein
  1 sibling, 2 replies; 10+ messages in thread
From: William Hubbs @ 2011-12-31 14:56 UTC (permalink / raw
  To: gentoo-dev; +Cc: tomjbe

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

On Fri, Dec 30, 2011 at 10:11:58AM +0100, Michał Górny wrote:
> On Fri, 30 Dec 2011 09:56:33 +0100
> Thomas Beierlein <tomjbe@gentoo.org> wrote:
> 
> > The 5.2.x release series of Bacula uses a new database catalog format.
>                                      ^^^ use (singular)

No, "uses" is correct here.

William

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-31 14:56   ` [gentoo-dev] " William Hubbs
@ 2011-12-31 15:54     ` Alexandre Rostovtsev
  2012-01-01 19:54     ` Thomas Beierlein
  1 sibling, 0 replies; 10+ messages in thread
From: Alexandre Rostovtsev @ 2011-12-31 15:54 UTC (permalink / raw
  To: gentoo-dev

On Sat, 2011-12-31 at 08:56 -0600, William Hubbs wrote:
> On Fri, Dec 30, 2011 at 10:11:58AM +0100, Michał Górny wrote:
> > On Fri, 30 Dec 2011 09:56:33 +0100
> > Thomas Beierlein <tomjbe@gentoo.org> wrote:
> > 
> > > The 5.2.x release series of Bacula uses a new database catalog format.
> >                                      ^^^ use (singular)
> 
> No, "uses" is correct here.

Right. The word "series" has the same form in both singular and plural;
in this case, it refers to a single, well-defined group of releases, so
using it as singular is correct.

See http://en.wiktionary.org/wiki/series#English and
http://forum.wordreference.com/showthread.php?t=942433




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-dev] rfc: news item for app-backup/bacula
  2011-12-31 14:56   ` [gentoo-dev] " William Hubbs
  2011-12-31 15:54     ` Alexandre Rostovtsev
@ 2012-01-01 19:54     ` Thomas Beierlein
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas Beierlein @ 2012-01-01 19:54 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

On Sat, 31 Dec 2011 08:56:03 -0600
William Hubbs <williamh@gentoo.org> wrote:

> On Fri, Dec 30, 2011 at 10:11:58AM +0100, Michał Górny wrote:
> > On Fri, 30 Dec 2011 09:56:33 +0100
> > Thomas Beierlein <tomjbe@gentoo.org> wrote:
> > 
> > > The 5.2.x release series of Bacula uses a new database catalog
> > > format.
> >                                      ^^^ use (singular)
> 
> No, "uses" is correct here.

OK. Thanks for the hint. I will change it back to 'uses'.

Thomas

> William



-- 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-01-01 19:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30  8:56 [gentoo-dev] rfc: news item for app-backup/bacula Thomas Beierlein
2011-12-30  9:11 ` Michał Górny
2011-12-30  9:43   ` Thomas Beierlein
2011-12-30 10:44     ` Michał Górny
2011-12-30 11:09       ` Thomas Beierlein
2011-12-30 17:02         ` [gentoo-dev] " Jonathan Callen
2011-12-31 10:51           ` Thomas Beierlein
2011-12-31 14:56   ` [gentoo-dev] " William Hubbs
2011-12-31 15:54     ` Alexandre Rostovtsev
2012-01-01 19:54     ` Thomas Beierlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox