Steps:
sudo -u postgres pg_dump bambooolddb | gzip -9 > bamboodb.sql.qz
zcat bamboodb.sql.qz | psql -h localhost -p 5432 -U bamboouser2 bamboodb
[Bamboo bootstrap failed: Your Bamboo instance could not start because health check failed. Contact Atlassian Support at https://support.atlassian.com]
The problem is (probably) that your database is from version 6.6 and your bamboo home folder is from version 7. You need to run Bamboo version 7 using the same bamboo home as you had for Bamboo 6.6, the only change should be the new database connection details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.