
michael.fletcher at cbs
Sep 24, 2009, 2:50 PM
Post #1 of 8
(301 views)
Permalink
|
|
make clone error - wrong db
|
|
Hello, I'm trying "make clone" on a 10.1.2 installation. When I type "make clone" all of the questions are pre-populated with the correct answers. Notably, it shows the correct value for the conf file: Bricolage Config Directory [/usr/local/bricolage/conf] I just press [Enter] since it's correct, that is where bricolage.conf lives. However, when it comes to connecting to the database, which is on a remote server, it fails. Here are the settings for my database in bricolage.conf DB_NAME = et_bric DB_HOST = db.etonline.com DB_PORT = 5432 But here is the error during make clone: ==> Cloning Bricolage Database <== Becoming postgres... pg_dump: [archiver (db)] connection to database "bric" failed: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? My database is named "et_bric", so why is "make clone" trying to connect to a db named "bric"? Also, I assume "Becoming postgres..." means that it's su'ing to the user "postgres". Why doesn't it use the DB_USER and DB_PASS from the conf file? Thank you, Mike
|