{"id":22572,"date":"2026-08-28T12:28:30","date_gmt":"2026-08-28T10:28:30","guid":{"rendered":"https:\/\/www.curiaweb.ch\/?post_type=docs&#038;p=22572"},"modified":"2026-08-28T12:28:30","modified_gmt":"2026-08-28T10:28:30","password":"","slug":"import-phpmyadmin-database","status":"publish","type":"docs","link":"https:\/\/www.curiaweb.ch\/en\/hilfe\/webhosting-cpanel\/phpmyadmin-datenbank-importieren\/","title":{"rendered":"Importing a database with phpMyAdmin"},"content":{"rendered":"<p class=\"wp-block-paragraph\">With phpMyAdmin, you can import an existing SQL file into a database of your CURIAWEB web hosting. This is necessary, for example, when you are manually migrating a website, restoring a previously exported database, or want to transfer data from another hosting environment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">During a database import, it is particularly important that before starting you <strong>correct target database<\/strong> you select. An SQL file can create, alter, or \u2013 depending on its content \u2013 overwrite or delete existing data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this guide, we will show you step by step how to prepare a database for import, import an SQL file using phpMyAdmin, and then check whether the import was successful.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Attention:<\/strong> Never import an SQL file into a production database on suspicion. If the target database already contains important data, create a current backup before the import.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">When is a database import needed?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An import via phpMyAdmin is often used in the following situations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>manual website migration<\/li>\n\n\n\n<li>Restoration of a previously exported database<\/li>\n\n\n\n<li>Migration of an application to another hosting account<\/li>\n\n\n\n<li>Migration of a database from a development environment<\/li>\n\n\n\n<li>Restoring an existing SQL backup<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For a database-driven website, the database import is usually only part of the entire process. In addition, the corresponding website files must be present and the application must be connected to the correct database.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What do you need before the import?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For a typical database import, you need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>a suitable SQL file<\/li>\n\n\n\n<li>an existing target database<\/li>\n\n\n\n<li>a database user with the necessary privileges<\/li>\n\n\n\n<li>Knowledge of which database the application should use subsequently<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">During a migration, a backup of the original website should also be available.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong> Create the target database and the database user first. phpMyAdmin will import the tables and data \u2013 you must independently set up the correct cPanel assignment between the database and the database user.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">1. Check the SQL file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">First, check which file you want to import.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An uncompressed database backup might be named, for example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>kunde_wordpress.sql<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the export and server configuration, supported compressed variants can also be used.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Make sure you have selected the correct backup file and know which website or application it belongs to.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A SQL file is not a website file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An SQL file contains database statements and, if applicable, the data stored within them.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It does not replace the website's files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With WordPress, for example, you also need additional files and directories such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp-admin\/\nwp-content\/\nwp-includes\/\nwp-config.php\nindex.php<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The database and the file system together form the essential components of such a website.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">2. Create a new database if necessary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If a database does not yet exist for the new website, create it first in cPanel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the complete procedure at <a href=\"\/en\/help\/web-hosting-cpanel\/create-mysql-database\/\">Create MySQL database in cPanel<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then write down the full database name.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This can look like this, for example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>WordPress customer<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Set up database user<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">So that the website can access the imported database later, you need a database user with the necessary permissions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Create or configure this under:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Databases \u2192 Manage My Databases<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We explain how to create the user, assign them to the correct database, and set their privileges at <a href=\"\/en\/help\/web-hosting-cpanel\/create-and-assign-mysql-user\/\">Create MySQL user and assign to a database<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Check existing target database<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If the target database already exists, you should check before importing whether it is empty or already contains tables.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To do this, open:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Databases \u2192 phpMyAdmin<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">and select the database in question.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A newly created database is usually empty at first. A database that has already been used, on the other hand, may contain productive tables and data.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Attention:<\/strong> Do not import a backup into an existing production database unless you know how the SQL file will affect the existing tables.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">5. Back up existing database before importing<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If the target database already contains data, you should create a current export before importing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means you have a backup point immediately before the import.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the procedure under <a href=\"\/en\/help\/web-hosting-cpanel\/export-phpmyadmin-database\/\">Export database with phpMyAdmin<\/a>.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Basic rule:<\/strong> Existing database + planned import = create current export first.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">6. Open phpMyAdmin<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Log in to your CURIAWEB cPanel and open:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Databases \u2192 phpMyAdmin<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find a general introduction to the user interface under <a href=\"\/en\/help\/web-hosting-cpanel\/phpmyadmin-verwenden\/\">Use phpMyAdmin in cPanel<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">7. Select correct target database<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Click on the database in the left navigation of phpMyAdmin into which the SQL file should be imported.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check the full name carefully.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>WordPress customer<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The selected database is the target of the following import.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Attention:<\/strong> This step is one of the most important of the entire import. If you select the wrong database, data from another website could be affected.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Check again to see if the database is empty<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you have created a new database for a migration, it should normally not contain any application tables before the first import.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If phpMyAdmin already displays numerous tables, you should clarify where they come from before importing.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not simply delete existing tables just because you expected an empty database.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">9. Open \u201eImport\u201c section<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After selecting the correct database, open the section in phpMyAdmin:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Import<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There you can select the file to be imported into the database.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Select SQL file<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Select the database backup on your computer using the file selection.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>kunde_wordpress.sql<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check the file name again before starting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have multiple backups, pay particular attention to the date and purpose of the file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do not confuse old and new fuses<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When multiple SQL files are present, an older backup can easily be selected by mistake.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A unique file name helps to avoid this.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>kunde_wordpress_2026-08-28.sql<\/code><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Practical Tip:<\/strong> Do not check only the filename, but for important migrations also check the modification date or the time the backup was created.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">11. Do not change the character set setting unnecessarily<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">phpMyAdmin can offer settings for the file's character set during import.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the SQL file was exported with a working default configuration and there is no specific character set issue, you should not change these settings on a hunch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Incorrect character set handling can cause problems, especially with umlauts and other special characters.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Check format<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When importing a SQL database backup, phpMyAdmin should use the appropriate import format.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a file like:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>database.sql<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">is this the relevant format:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>SQL<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not change other import options without a specific reason.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">13. Start import<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Check again immediately before launch:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>correct target database<\/li>\n\n\n\n<li>correct SQL file<\/li>\n\n\n\n<li>correct belay station<\/li>\n\n\n\n<li>Import format<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Then start the import.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the size of the SQL file, processing may take some time.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong> Do not start the same import multiple times just because a result does not appear immediately. Wait first to see if phpMyAdmin completes the process successfully or outputs an error message.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">14. Check success message<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After a successful import, phpMyAdmin normally displays a corresponding feedback message.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read this message and pay attention to whether additional warnings or errors are displayed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not assume the import was complete just because the page reappears after startup.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">15. Check tables after import<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Select the imported database again or refresh the view.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The tables from the SQL file should now be visible in the database.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, in WordPress, tables such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp_posts\nwp_options\nwp_users\nwp_postmeta<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">to exist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The prefix is not necessary <code>wp_<\/code> loud.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do not use the number of tables as the sole criterion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The number of tables depends on the application used, version, configuration, and installed extensions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress-Plugins k\u00f6nnen beispielsweise eigene Tabellen anlegen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eine bestimmte Tabellenanzahl ist deshalb kein allgemeing\u00fcltiger Beweis f\u00fcr einen vollst\u00e4ndigen Import.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">16. Stichprobenartig Daten pr\u00fcfen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du die Datenbankstruktur kontrolliert hast, kannst du bei Bedarf einzelne Tabellen \u00fcber <strong>Anzeigen<\/strong> or rather <strong>Browse<\/strong> Open.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Damit l\u00e4sst sich pr\u00fcfen, ob tats\u00e4chlich Datens\u00e4tze vorhanden sind.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ver\u00e4ndere dabei keine Daten, wenn du lediglich den Import kontrollieren m\u00f6chtest.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Import erfolgreich \u2013 Website funktioniert trotzdem nicht<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ein erfolgreicher Datenbankimport bedeutet noch nicht automatisch, dass die Website vollst\u00e4ndig eingerichtet ist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Anwendung muss anschlie\u00dfend mit der richtigen Datenbank verbunden sein.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dazu m\u00fcssen insbesondere Datenbankname, Datenbankbenutzer, Passwort und Datenbankhost zur neuen Umgebung passen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">17. Anwendung mit der importierten Datenbank verbinden<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du eine Website auf einen neuen Hosting-Account migrierst, m\u00fcssen die Datenbankzugangsdaten der Anwendung zur neuen Datenbankkonfiguration passen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bei WordPress befinden sich diese Angaben normalerweise in:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>wp-config.php<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dort werden unter anderem folgende Werte verwendet:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>DB_NAME\nDB_USER\nDB_PASSWORD\nDB_HOST<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Trage dort nur die tats\u00e4chlich f\u00fcr den neuen Hosting-Account eingerichteten Werte ein.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Attention:<\/strong> <code>wp-config.php<\/code> enth\u00e4lt sensible Zugangsdaten. Ver\u00f6ffentliche ihren vollst\u00e4ndigen Inhalt nicht.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">18. Vollst\u00e4ndigen Datenbanknamen verwenden<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">cPanel kann dem selbst gew\u00e4hlten Datenbanknamen ein Account-Pr\u00e4fix voranstellen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>WordPress<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">kann beispielsweise:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>WordPress customer<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">become.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Anwendung ben\u00f6tigt den vollst\u00e4ndigen Datenbanknamen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">19. Vollst\u00e4ndigen Datenbankbenutzer verwenden<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Dasselbe kann f\u00fcr den Datenbankbenutzer gelten.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>wpuser<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">kann beispielsweise:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>kunde_wpuser<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">become.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00dcbernimm den vollst\u00e4ndigen Namen so, wie er in cPanel angezeigt wird.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">20. Datenbankbenutzer muss der Datenbank zugewiesen sein<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Auch nach einem erfolgreichen Import ben\u00f6tigt die Anwendung einen Benutzer, der auf die Datenbank zugreifen darf.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pr\u00fcfe deshalb unter:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Databases \u2192 Manage My Databases<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ob der vorgesehene Benutzer der importierten Datenbank zugewiesen wurde und die erforderlichen Rechte besitzt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Der Import selbst ersetzt diese Zuweisung nicht.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">21. Website testen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Rufe die Website nach dem Import und der Konfiguration im Browser auf.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pr\u00fcfe nicht nur die Startseite, sondern auch wichtige Funktionen der Anwendung.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bei WordPress k\u00f6nnen beispielsweise folgende Bereiche gepr\u00fcft werden:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Home<\/li>\n\n\n\n<li>einzelne Seiten und Beitr\u00e4ge<\/li>\n\n\n\n<li>WordPress-Administrationsbereich<\/li>\n\n\n\n<li>Medien<\/li>\n\n\n\n<li>Plugins beziehungsweise wichtige Funktionen<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Bei einem Onlineshop sollten entsprechend auch wichtige Shopfunktionen kontrolliert werden.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Website zeigt \u201eError establishing a database connection\u201c<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn WordPress nach dem Import keine Datenbankverbindung herstellen kann, bedeutet das nicht automatisch, dass der Import fehlgeschlagen ist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check first:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>DB_NAME<\/code><\/li>\n\n\n\n<li><code>DB_USER<\/code><\/li>\n\n\n\n<li><code>DB_PASSWORD<\/code><\/li>\n\n\n\n<li><code>DB_HOST<\/code><\/li>\n\n\n\n<li>Zuweisung des Datenbankbenutzers<\/li>\n\n\n\n<li>Berechtigungen des Datenbankbenutzers<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Die Datenbank kann vollst\u00e4ndig importiert sein, w\u00e4hrend lediglich die Zugangskonfiguration der Anwendung nicht zur neuen Umgebung passt.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Website zeigt alte Domain oder leitet auf alten Server um<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bei einer Website-Migration k\u00f6nnen in der Datenbank weiterhin URLs der bisherigen Domain beziehungsweise Umgebung gespeichert sein.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ein erfolgreicher Import \u00e4ndert solche Anwendungsdaten nicht automatisch.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bei WordPress solltest du Domain\u00e4nderungen jedoch nicht durch ein blindes Suchen und Ersetzen in der gesamten SQL-Datei beziehungsweise Datenbank durchf\u00fchren.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Attention:<\/strong> WordPress, Themes und Plugins k\u00f6nnen strukturierte oder serialisierte Daten speichern. Ein ungeeignetes Suchen und Ersetzen kann solche Daten besch\u00e4digen.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Import und Domainwechsel sind zwei verschiedene Aufgaben<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Der Datenbankimport \u00fcbertr\u00e4gt die gespeicherten Daten.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ein Wechsel der Domain beziehungsweise URL kann anschlie\u00dfend zus\u00e4tzliche Anpassungen innerhalb der Anwendung erfordern.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Behandle diese beiden Aufgaben getrennt, damit sich Fehler leichter nachvollziehen lassen.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Website-Dateien m\u00fcssen ebenfalls vorhanden sein<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn die Datenbank erfolgreich importiert wurde, die Website-Dateien aber fehlen, ist die Website trotzdem nicht vollst\u00e4ndig.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bei WordPress ben\u00f6tigt die neue Umgebung beispielsweise auch Themes, Plugins und Uploads aus dem Dateisystem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wie du Dateien \u00fcber cPanel \u00fcbertr\u00e4gst, erkl\u00e4ren wir unter <a href=\"\/en\/help\/web-hosting-cpanel\/upload-download-edit-files\/\">Upload, download, and edit files in cPanel<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SQL-Datei nach erfolgreicher Migration sicher behandeln<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Die urspr\u00fcngliche SQL-Sicherung solltest du mindestens so lange behalten, bis die Migration vollst\u00e4ndig gepr\u00fcft wurde.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Danach kannst du entsprechend deiner Backup-Strategie entscheiden, wie lange sie aufbewahrt wird.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eine Datenbanksicherung kann sensible Informationen enthalten und sollte gesch\u00fctzt gespeichert werden.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SQL-Datei nicht in public_html liegen lassen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du eine Datenbanksicherung w\u00e4hrend einer Migration auf den Server \u00fcbertragen hast, sollte sie nicht dauerhaft in einem \u00f6ffentlich erreichbaren Verzeichnis verbleiben.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Insbesondere ein Pfad wie:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>public_html\/<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">ist kein geeigneter dauerhafter Ablageort f\u00fcr eine ungesch\u00fctzte SQL-Sicherung.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Safety:<\/strong> Entferne nicht mehr ben\u00f6tigte tempor\u00e4re SQL-Dateien nach Abschluss der Arbeiten aus \u00f6ffentlich erreichbaren Bereichen.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Was passiert, wenn Tabellen bereits existieren?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Das Verhalten h\u00e4ngt vom Inhalt der SQL-Datei ab.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eine Exportdatei kann beispielsweise Anweisungen enthalten, die Tabellen neu erstellen, Daten einf\u00fcgen oder vorhandene Tabellen vor der Neuerstellung entfernen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn die Zieldatenbank bereits Tabellen mit denselben Namen enth\u00e4lt, kann der Import deshalb fehlschlagen oder vorhandene Daten beeinflussen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr eine normale Migration in eine neu erstellte Datenbank ist eine leere Zieldatenbank h\u00e4ufig die \u00fcbersichtlichste Ausgangslage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Vorhandene Tabellen nicht einfach manuell l\u00f6schen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn der Import wegen bereits vorhandener Tabellen nicht wie erwartet funktioniert, l\u00f6sche diese nicht sofort.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Check first:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ob du die richtige Zieldatenbank ausgew\u00e4hlt hast<\/li>\n\n\n\n<li>woher die vorhandenen Tabellen stammen<\/li>\n\n\n\n<li>ob darin produktive Daten enthalten sind<\/li>\n\n\n\n<li>ob eine aktuelle Sicherung vorhanden ist<\/li>\n\n\n\n<li>welche Anweisungen die SQL-Datei enth\u00e4lt<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Import nicht mehrfach starten<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn ein Import scheinbar nicht vollst\u00e4ndig funktioniert hat, solltest du denselben Import nicht einfach wiederholt \u00fcber die bereits teilweise importierte Datenbank laufen lassen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dadurch k\u00f6nnen beispielsweise doppelte Datens\u00e4tze oder Konflikte mit bereits erstellten Tabellen entstehen.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong> Nach einem fehlgeschlagenen Import zuerst Fehlerursache und Zustand der Zieldatenbank pr\u00fcfen. Erst danach entscheiden, ob und wie ein neuer Import durchgef\u00fchrt wird.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Teilweise importierte Datenbank erkennen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn ein Import w\u00e4hrend der Verarbeitung abbricht, k\u00f6nnen bereits Tabellen und Datens\u00e4tze angelegt worden sein.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Datenbank ist dann m\u00f6glicherweise weder leer noch vollst\u00e4ndig importiert.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pr\u00fcfe deshalb bei einem Abbruch die vorhandenen Tabellen und die konkrete Fehlermeldung.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Importdatei nicht auf Verdacht ver\u00e4ndern<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn eine SQL-Datei nicht importiert werden kann, solltest du nicht wahllos SQL-Anweisungen aus der Datei entfernen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dadurch kann die Datenbank unvollst\u00e4ndig werden oder wichtige Strukturen verlieren.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die genaue Fehlerursache sollte zuerst anhand der phpMyAdmin-Meldung bestimmt werden.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Gro\u00dfe SQL-Dateien<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bei gr\u00f6\u00dferen Datenbanken kann ein browserbasierter Import \u00fcber phpMyAdmin an technische Grenzen sto\u00dfen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dazu k\u00f6nnen beispielsweise Upload- oder Laufzeitbeschr\u00e4nkungen geh\u00f6ren.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn deine Datei nicht ausgew\u00e4hlt werden kann, der Import abbricht oder phpMyAdmin einen Gr\u00f6\u00dfen- beziehungsweise Laufzeitfehler meldet, solltest du nicht wahllos Server- oder PHP-Einstellungen ver\u00e4ndern.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die systematische Fehlersuche behandeln wir im n\u00e4chsten Artikel unter <a href=\"\/en\/help\/web-hosting-cpanel\/phpmyadmin-import-error\/\">phpMyAdmin import not working: Errors and large SQL files<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Zeichensatzprobleme nach dem Import<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn nach dem Import Umlaute oder Sonderzeichen falsch dargestellt werden, kann ein Problem mit Zeichensatz, Kollation, Export oder Import vorliegen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00c4ndere die Kollation der gesamten produktiven Datenbank nicht auf Verdacht.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Pr\u00fcfe zuerst, wie die Quelldaten gespeichert und mit welchen Einstellungen sie exportiert beziehungsweise importiert wurden.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Importierte Datenbank ist gr\u00f6\u00dfer oder kleiner als erwartet<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Die Dateigr\u00f6\u00dfe der SQL-Sicherung und der in phpMyAdmin angezeigte Speicherbedarf der importierten Datenbank m\u00fcssen nicht identisch sein.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eine SQL-Datei ist eine Darstellung der Datenbank in Exportform, w\u00e4hrend phpMyAdmin den Speicherbedarf der Datenbanktabellen innerhalb des Datenbanksystems anzeigt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ein direkter Gr\u00f6\u00dfenvergleich ist deshalb kein zuverl\u00e4ssiger Vollst\u00e4ndigkeitsnachweis.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Import erfolgreich \u2013 SQL-Datei nicht sofort als einzige Sicherung \u00fcberschreiben<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du eine Migration durchf\u00fchrst, behalte die urspr\u00fcngliche unver\u00e4nderte SQL-Datei, bis die neue Website vollst\u00e4ndig getestet wurde.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Erstelle nicht versehentlich einen neuen Export \u00fcber dieselbe Datei und verliere damit deinen urspr\u00fcnglichen Sicherungsstand.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Besonderheit bei aktiven Onlineshops<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bei einer aktiven Website k\u00f6nnen sich Daten zwischen Export und Import ver\u00e4ndern.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Bei einem Onlineshop k\u00f6nnen beispielsweise nach dem Export noch neue Bestellungen eingehen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Diese sp\u00e4ter entstandenen Datens\u00e4tze befinden sich nicht in der zuvor exportierten SQL-Datei.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Important:<\/strong> Bei stark dynamischen Websites muss der Zeitpunkt des finalen Datenbankexports und der Umschaltung sorgf\u00e4ltig geplant werden, damit zwischen altem und neuem System keine aktuellen Daten verloren gehen.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Datenbankimport ist kein Zusammenf\u00fchren zweier Websites<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ein SQL-Import sollte nicht mit einer automatischen Zusammenf\u00fchrung zweier unterschiedlicher Datenbanken verwechselt werden.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn Ziel- und Quelldatenbank jeweils eigene produktive Inhalte besitzen, k\u00f6nnen Tabellen, IDs und Anwendungsdaten miteinander kollidieren.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ein einfaches Importieren der einen Datenbank in die andere ist daf\u00fcr normalerweise kein geeignetes allgemeines Verfahren.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Import als Wiederherstellung<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn du eine Datenbank aus einer Sicherung wiederherstellen m\u00f6chtest, musst du genau wissen, welchen Zustand die Sicherung repr\u00e4sentiert.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Alle Daten, die erst nach diesem Sicherungszeitpunkt entstanden sind und bei der Wiederherstellung ersetzt werden, k\u00f6nnen verloren gehen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Kontrolliere deshalb vor einer Wiederherstellung das Datum beziehungsweise den Zeitpunkt der Sicherung.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Nach einer Wiederherstellung wichtige Funktionen pr\u00fcfen<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Teste nach einem Datenbank-Restore nicht nur, ob die Startseite geladen wird.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Kontrolliere insbesondere Funktionen, die Daten schreiben oder ver\u00e4ndern.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the application, this can include, for example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Anmeldung<\/li>\n\n\n\n<li>Speichern von Einstellungen<\/li>\n\n\n\n<li>Erstellen oder Bearbeiten von Inhalten<\/li>\n\n\n\n<li>Forms<\/li>\n\n\n\n<li>Shop- und Bestellfunktionen<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Empfohlener Ablauf f\u00fcr einen normalen Import<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Pr\u00fcfe die SQL-Datei und ihren Sicherungszeitpunkt.<\/li>\n\n\n\n<li>Erstelle bei Bedarf eine neue Datenbank.<\/li>\n\n\n\n<li>Erstelle beziehungsweise pr\u00fcfe den Datenbankbenutzer.<\/li>\n\n\n\n<li>Weise den Benutzer der Datenbank mit den erforderlichen Rechten zu.<\/li>\n\n\n\n<li>Sichere eine bestehende Zieldatenbank vor dem Import.<\/li>\n\n\n\n<li>Open <strong>Databases \u2192 phpMyAdmin<\/strong>.<\/li>\n\n\n\n<li>W\u00e4hle die richtige Zieldatenbank.<\/li>\n\n\n\n<li>Open <strong>Import<\/strong>.<\/li>\n\n\n\n<li>W\u00e4hle die richtige SQL-Datei.<\/li>\n\n\n\n<li>Kontrolliere das Importformat.<\/li>\n\n\n\n<li>Starte den Import einmal.<\/li>\n\n\n\n<li>Pr\u00fcfe die Erfolgsmeldung.<\/li>\n\n\n\n<li>Kontrolliere Tabellen und stichprobenartig die Daten.<\/li>\n\n\n\n<li>Verbinde die Anwendung mit der neuen Datenbank.<\/li>\n\n\n\n<li>Teste die Website und wichtige Funktionen.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Empfohlener Ablauf bei einer WordPress-Migration<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Website-Dateien der bisherigen Installation sichern.<\/li>\n\n\n\n<li>Aktuelle Datenbank exportieren.<\/li>\n\n\n\n<li>Dateien in die neue Hosting-Umgebung \u00fcbertragen.<\/li>\n\n\n\n<li>Neue Datenbank und Datenbankbenutzer einrichten.<\/li>\n\n\n\n<li>Benutzer der Datenbank zuweisen.<\/li>\n\n\n\n<li>SQL-Datei in die neue Datenbank importieren.<\/li>\n\n\n\n<li><code>wp-config.php<\/code> mit den neuen Datenbankzug\u00e4ngen abgleichen.<\/li>\n\n\n\n<li>Website aufrufen.<\/li>\n\n\n\n<li>Administrationsbereich und wichtige Funktionen testen.<\/li>\n\n\n\n<li>Erst nach erfolgreicher Pr\u00fcfung die Migration als abgeschlossen betrachten.<\/li>\n<\/ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Practical Tip:<\/strong> \u00c4ndere w\u00e4hrend einer Migration nicht gleichzeitig Datenbank, Domain, PHP-Version, Plugins und weitere Einstellungen, wenn dies nicht erforderlich ist. Je weniger Variablen du gleichzeitig ver\u00e4nderst, desto leichter lassen sich auftretende Fehler diagnostizieren.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">When should you contact support?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn ein Import nicht erfolgreich abgeschlossen wird, solltest du die genaue phpMyAdmin-Fehlermeldung notieren beziehungsweise einen Screenshot erstellen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For an analysis, the following information is particularly helpful:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>affected domain or application<\/li>\n\n\n\n<li>vollst\u00e4ndiger Name der Zieldatenbank<\/li>\n\n\n\n<li>Gr\u00f6\u00dfe der SQL-Datei<\/li>\n\n\n\n<li>Dateiformat beziehungsweise Komprimierung<\/li>\n\n\n\n<li>ob die Zieldatenbank vor dem Import leer war<\/li>\n\n\n\n<li>ob der Import vollst\u00e4ndig oder teilweise ausgef\u00fchrt wurde<\/li>\n\n\n\n<li>exact error message<\/li>\n\n\n\n<li>ob es sich um eine Migration oder Wiederherstellung handelt<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u00dcbermittle dabei keine Datenbankpassw\u00f6rter und stelle SQL-Dateien mit sensiblen Daten nicht \u00f6ffentlich zum Download bereit.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Eine SQL-Datenbank importierst du im CURIAWEB-cPanel \u00fcber <strong>Databases \u2192 phpMyAdmin<\/strong>. W\u00e4hle zuerst die richtige Zieldatenbank und \u00f6ffne anschlie\u00dfend den Bereich <strong>Import<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Kontrolliere vor dem Start sorgf\u00e4ltig, ob du die richtige SQL-Datei und den gew\u00fcnschten Sicherungsstand ausgew\u00e4hlt hast. Wenn die Zieldatenbank bereits Daten enth\u00e4lt, solltest du vor dem Import einen aktuellen Export erstellen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nach dem Import kontrollierst du die Erfolgsmeldung, die vorhandenen Tabellen und bei Bedarf stichprobenartig die importierten Daten. Bei einer Website-Migration m\u00fcssen au\u00dferdem die Website-Dateien vorhanden sein und die Anwendung mit dem richtigen Datenbanknamen, Datenbankbenutzer, Passwort und Datenbankhost verbunden werden.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wenn ein Import abbricht, starte ihn nicht einfach erneut \u00fcber die teilweise importierte Datenbank. Pr\u00fcfe zuerst die Fehlermeldung und den aktuellen Zustand der Zieldatenbank.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr gr\u00f6\u00dfere SQL-Dateien, Timeouts und konkrete Importfehler verwenden wir eine separate Fehleranalyse, damit der normale Importablauf \u00fcbersichtlich bleibt.<\/p>","protected":false},"excerpt":{"rendered":"<p>Mit phpMyAdmin kannst du eine vorhandene SQL-Datei in eine Datenbank deines CURIAWEB-Webhostings importieren. Das wird beispielsweise ben\u00f6tigt, wenn du eine Website manuell umziehst, eine zuvor exportierte Datenbank wiederherstellst oder Daten aus einer anderen Hosting-Umgebung \u00fcbernehmen m\u00f6chtest. Bei einem Datenbankimport ist besonders wichtig, dass du vor dem Start die richtige Zieldatenbank ausw\u00e4hlst. Eine SQL-Datei kann Tabellen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"doc_category":[78],"doc_tag":[],"class_list":["post-22572","docs","type-docs","status-publish","hentry","doc_category-webhosting-cpanel"],"year_month":"2026-09","word_count":3061,"total_views":"5","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Silvio Mazenauer","author_nicename":"admin-curia","author_url":"https:\/\/www.curiaweb.ch\/en\/author\/admin-curia\/"},"doc_category_info":[{"term_name":"Webhosting &amp; cPanel","term_url":"https:\/\/www.curiaweb.ch\/en\/hilfe-kategorie\/webhosting-cpanel\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs\/22572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/comments?post=22572"}],"version-history":[{"count":1,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs\/22572\/revisions"}],"predecessor-version":[{"id":22574,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/docs\/22572\/revisions\/22574"}],"wp:attachment":[{"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/media?parent=22572"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/doc_category?post=22572"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.curiaweb.ch\/en\/wp-json\/wp\/v2\/doc_tag?post=22572"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}