You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
My Bamboo server was made into a monstrosity by its' previous admins and I now have to work to automate the process and clean it up.
To fix the ailing beast I need to upgrade psql 9.1 to 9.6 and retain all the present data in the database.
I will need to know how to export the data from psql 9.1 (which I believe I have now completed) as well as how to import the data into 9.6 such that bamboo can use the new database as the old one.
Hello,
standart mechanism is
https://www.postgresql.org/docs/9.1/static/backup-dump.html
You must have access to PostgreSQL and created folder with read/write permissions on OS.
Then for example:
Export - pg_dump -U userdb namedb -f namefile.sql
Import - psql -h localhost -U userdb -d namedb -f namefile.sql
After you configure bamboo.cfg.xml to new PostgreSQL and database.
https://confluence.atlassian.com/bamboo/changing-bamboo-database-settings-289277406.html
I'm happy to announce that Bamboo 7.2 has been released and it’s overflowing with awesome new features. This will be the last major Server release before the launch of Bamboo DC. Bamboo logs We...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events