I have followed all the steps to installing Dokku One-Click DigitalOcean Image to Run a Ruby on Rails App. Everything works fine until i want to run dokku postgresql:link app_name database_name. I get this error “Database is not initialized correctly” and i have been stuck like this for a while.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
I’m having this same issue. After i created my database i run the link command and get the ‘Database is not initialized correctly’ message.
I followed all the steps countless times but nothing seemed to work. After i pushed it to the server i ran dokku postgresql:create app_name again and went along with rest of the steps and it ended up working just fine.
I followed all the steps countless times but nothing seemed to work. After i pushed it to the server i ran dokku postgresql:create app_name again and went along with rest of the steps and it ended up working just fine.
Have you created your Postgres storage area with initdb? <br>eg. initdb -D /usr/local/pgsql/data (as postgres user)
I’m experiencing the same issue. Hopefully this is a recent development with a quick fix