We have taken backup of old bitbucket server using backup client and created new database and tried to restore the backup in to it but after restoring it i am not able to see anything ion bitbucket server.
below are the commannds i have used for backup and restore
{code}
Backup command
1.java -Dbitbucket.password="admin@dnfcs" -Dbitbucket.user="admin@edelweiss" -Dbitbucket.baseUrl="http://hostname:7990/code" -Dbitbucket.home=D:\Atlassian\home\bitbucket -Dbackup.home=D:\Suchit -jar bitbucket-backup-client.jar
Restore command
2.java -Djdbc.override=true -Djdbc.driver=org.postgresql.Driver -Djdbc.url=jdbc:postgresql://hostname:5432/BitBucketNewDB -Djdbc.user=BitBucketNewDBUser -Djdbc.password=BitBucketNewDBUser -Dbitbucket.home="E:\Atlassian\Home\Bitbucket" -jar E:\Yogesh\bitbucket-backup-distribution-3.3.3\bitbucket-backup-client-3.3.3\bitbucket-restore-client.jar E:\Yogesh\Backup\backups\bitbucket-20170826-194708-783.tar
{code}
Hi Yogesh, I've seen that you already got help from our Support team and you were able to complete the restore successfully :)
If you need anything else, let us know!
Have a good day :)
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.