|
|
|
phpRechnung - UPDATE-EN
UPDATE phpInvoice 1.5.2 on phpInvoice 1.6 Test1- or Test2
!!! IMPORTANT NOTE !!!
Before you start an UPDATE please make a dump of your data.
mysqldump -u 'username' -p --add-drop-table 'databasename' > phpinvoice.sql
Unpack phprechnung-1.x.tar.gz - tar zxvf phprechnung-1.x.tar.gz
Copy the directory ' phpRechnung ' to your Web server e. g. /var/www
( or change the name phpRechnung to phpInvoice )
Update tables
In order to update phpInvoice-1.5.2 on phpInvoice-1.6-test2
please use the file update-1.5.2_1.6-test2.sql
mysql -u 'username' -p 'databasename' < update-1.5.2_1.6-test2.sql
In order to update phpInvoice-1.6-test1 on phpInvoice-1.6-test2
please use the file update-1.6-test2.sql
mysql -u 'username' -p 'databasename' < update-1.6-test2.sql
!!! Note !!!
If you use phpMyAdmin first please select the data base, then select SQL,
Location of the text file: select suitable file e.g. update-1.6-test2.sql
and click on Go.
You will see a message something like this:
Your SQL query has been executed successfully:
The content of your file has been inserted. (beispiel-1.6.sql: 133 Instructions)
!!! IMPORTANT NOTE !!!
Please don't insert the SQL file into the field Run SQL query/queries on database.
The data will be inserted without any errors, but thereafter, a login is no longer possible.
!!! IMPORTANT NOTE !!!
Please don't use the files 'beispiel-1.6.sql' or 'phprechnung-1.6.sql' for an update.
These files are only meant for a new installation.
Further information which files still to be adapted, you will find in the README-EN.
If you wish to subscribe to new releases, please go to
http://freshmeat.net/projects/phprechnung/ and register.
Thank you for using phpInvoice
Edy Corak < phprechnung at ecorak dot de >
|
|