On Mon, Dec 26, 2011 at 09:54:58AM -0430, reynie...@gmail.com wrote: > psql: FATAL: role "root" does not exist.
By default your database user is the unix(/linux user you are connecting as. As you seemingly work as 'root', that one is used. Postgres comes with user 'postgres' presetup and connectable from unix user 'postgres'. You could e.g. connect by becoming user postgres first: su postgres psql I'd advise you to create an extra user for your bacula database using 'createuser' and a database belonging to that user with 'createdb', parameters '-E' and '-l' should be helpful. > So my question here is: it's posibble to use this PgSQL to store Bacula > Catalog? Then here I have two problems: one for the role "root" which not > exists in my PgSQL and the other for the encoding then which are the steps > I must follow in order to get this work? My catalog is in postgres, however, as I migrated from MySQL i never used the original initdb scripts for postgres and had a completly different set of troubles during migration. Regards, Adrian -- LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart Fon: +49 (7 11) 78 28 50 90 - Fax: +49 (7 11) 78 28 50 91 Mail: li...@lihas.de - Web: http://lihas.de Linux, Netzwerke, Consulting & Support - USt-ID: DE 227 816 626 Stuttgart ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users