Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:entwickler:testumgebung_einrichten [2025/10/04 10:48] – [Improve test data] fasseen:entwickler:testumgebung_einrichten [2025/10/09 17:57] (current) – [Improve test data] fasse
Line 20: Line 20:
  
 ===== Improve test data ===== ===== Improve test data =====
-Do you want to improve the test data of the current released version? Than go to the current branch of the released version and [[en:entwickler:testumgebung_einrichten#upload_test_data|upload the test data]]. After that login and change or create the data that you want. After that go to PhpMyAdmin and select you database. There click at the **Export** tab. At the export it's important to disable the foreign key checks. After you have created an SQL database backup you must open the file and replace all **adm_** with the string **%PREFIX%_**. Now you can save the file and commit the new **admidio-mysql.sql**.+Do you want to improve the test data of the current released version? Than go to the current branch of the released version and [[en:entwickler:testumgebung_einrichten#upload_test_data|upload the test data]]. After that login and change or create the data that you want. After that go to PhpMyAdmin and select you database. There click at the **Export** tab. At the export it's important to disable the foreign key checks.  
 + 
 +After you have created an SQL database backup you must open the file and do the following replacements: 
 +  * Replace all **adm_** with the string **%PREFIX%_**.  
 +  * Replace all **/%PREFIX%_my_files** with the string **/adm_my_files** 
 + 
 +Now you can save the file and commit the new **admidio-mysql.sql**.
  • en/entwickler/testumgebung_einrichten.txt
  • Last modified: 2025/10/09 17:57
  • by fasse