{"id":107,"date":"2022-11-29T21:48:10","date_gmt":"2022-11-29T13:48:10","guid":{"rendered":"https:\/\/namo.one\/?p=107"},"modified":"2022-11-29T21:57:14","modified_gmt":"2022-11-29T13:57:14","slug":"restore-database-dump-file-to-container-database","status":"publish","type":"post","link":"https:\/\/byso.top\/?p=107","title":{"rendered":"Backup and restore database of docker container"},"content":{"rendered":"\n<p><strong>Backup the container database to a dump file<\/strong><\/p>\n\n\n\n<p>docker exec -i &#8220;container_name&#8221; mysqldump &#8211;no-tablespaces -uUsername -pPassword &#8211;routines &#8211;triggers &#8220;database_name&#8221; > \/root\/&#8230;\/mysqldumpfile.sql<\/p>\n\n\n\n<p><strong>Restore the dumpfile to the container database<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker exec -i \"container_name\" mysql -uUser -pPassword \"database_name\" &lt; \/root\/...\/mysqldumpfile.sql<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Backup the container database to a dump file docker exe [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-107","post","type-post","status-publish","format-standard","hentry","category-linux-applications"],"_links":{"self":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=107"}],"version-history":[{"count":7,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/107\/revisions"}],"predecessor-version":[{"id":115,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/107\/revisions\/115"}],"wp:attachment":[{"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}