Hi everyone,
The last project that I created on Jira software is still present after the restoration of the old database
Process:
- I do a dump of my database of Jira software with postgresql tool as below:
- ==> sudo -u postgres pg_dump -U postgres -F t jiradb > /opt/Backup_db_jira_before_upgrade/Backup_Jira_first-starting_15-04-20_10h02.tar
- I create un new project on Jira software and I do a new dump Jira software database
- ==> sudo -u postgres pg_dump -U postgres -F t jiradb > /opt/Backup_db_jira_before_upgrade/Backup_Jira_with-docker_project_15-04-20_10h20.tar
- I retore database as below:
- ==> sudo -u postgres pg_restore -U postgres -F t -c -C /opt/Backup_db_jira_before_upgrade/Backup_Jira_first-starting_15-04-20_10h02.tar
- I restart postgresql (just to say)
And I am connect to Jira software I can see a project that wasn't on first backup?
If anyone have an idea, it will be with a pleasure.
Thanks