Bugzilla:2.0.x upgrade: Difference between revisions

Line 30: Line 30:
Once I have my backup. I gunzip it, and then run the following command.
Once I have my backup. I gunzip it, and then run the following command.


  [root@europe]# mysql -D bugs < your-database-dump.sql
  [root@host]# mysql -D bugs < your-database-dump.sql


this will import the database with all of it's tables etc. You could use [http://www.phpmyadmin.net phpmyadmin] to do this.
this will import the database with all of it's tables etc. You could use [http://www.phpmyadmin.net phpmyadmin] to do this.


== Remove old Testrunner ==
== Remove old Testrunner ==
8

edits