<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[migrate immich backup to different server]]></title><description><![CDATA[<p dir="auto">I'd like to restore the immich database to a non-cloudron server. The <a href="https://immich.app/docs/administration/backup-and-restore/" target="_blank" rel="noopener noreferrer nofollow ugc">Immich backup/restore instructions</a><br />
say to do this:</p>
<p dir="auto">gunzip &lt; "/path/to/backup/dump.sql.gz" <br />
| sed "s/SELECT pg_catalog.set_config('search_path', '', false);/SELECT pg_catalog.set_config('search_path', 'public, pg_catalog', true);/g" <br />
| docker exec -i immich_postgres psql --username=postgres    # Restore Backup<br />
docker compose up -d    # Start remainder of Immich apps</p>
<p dir="auto">Can I use Cloudron's "postgresqldump "backup to do this? It does not appear to be a gzip file. "gzip: stdin: not in gzip format".</p>
<p dir="auto">Or is there an easier way to restore the database on a non-cloudron server?</p>
]]></description><link>https://forum.cloudron.io/topic/12080/migrate-immich-backup-to-different-server</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 17:07:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/12080.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Jul 2024 13:09:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to migrate immich backup to different server on Thu, 11 Jul 2024 15:00:44 GMT]]></title><description><![CDATA[<p dir="auto">Also see: <a href="https://docs.cloudron.io/guides/import-postgresql/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/guides/import-postgresql/</a> and <a href="https://docs.cloudron.io/guides/connect-postgresql/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/guides/connect-postgresql/</a></p>
]]></description><link>https://forum.cloudron.io/post/91204</link><guid isPermaLink="true">https://forum.cloudron.io/post/91204</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Thu, 11 Jul 2024 15:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to migrate immich backup to different server on Thu, 11 Jul 2024 13:50:07 GMT]]></title><description><![CDATA[<p dir="auto">The postgresdump is just not zipped for Cloudron, so do not use <code>gunzip</code> but use the plaintext file directly.</p>
]]></description><link>https://forum.cloudron.io/post/91198</link><guid isPermaLink="true">https://forum.cloudron.io/post/91198</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 11 Jul 2024 13:50:07 GMT</pubDate></item></channel></rss>