Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database configuration in divio app setup not working correctly #243

Open
gustaf-fm opened this issue Oct 28, 2021 · 0 comments
Open

Database configuration in divio app setup not working correctly #243

gustaf-fm opened this issue Oct 28, 2021 · 0 comments

Comments

@gustaf-fm
Copy link

When I run divio app setup <my-project> I get this output:

creating new database container                                                                                                                                                                                                         
 ===> Pulling database from <my-project> test environment                                                                                                                                                                           
 ---> Preparing download  [99s]                                                                                                                                                                                                         
 ---> Writing temp file: /home/<user>/<my-project>/.divio/data.tar.gz                                                                                                                                                            
 ---> Downloading database [4s]                                                                                                                                                                                                         
 ---> Starting local database server                                                                                                                                                                                                    
[+] Running 1/1                                                                                                                                                                                                                         
 ⠿ Container <my-project>-db-1  Started                                                                                                                                                                                        0.3s 
      [0s]                                                                                                                                                                                                                              
 ---> Waiting for local database serverCouldn't connect to database container. Database server may not have started. 

Using docker ps and docker logs I get:

Error: Database is uninitialized and superuser password is not specified.                                                                                                                                                               
       You must specify POSTGRES_PASSWORD to a non-empty value for the                                                                                                                                                                  
       superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".                                                                                                                                                         
                                                                                                                                                                                                                                        
       You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all                                                                                                                                                                  
       connections without a password. This is *not* recommended.                                                                                                                                                                       
                                                                                                                                                                                                                                        
       See PostgreSQL documentation about "trust":                                                                                                                                                                                      
       https://www.postgresql.org/docs/current/auth-trust.html 

I'm not sure why the DB is not getting set up correctly here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant