<li>This is a complete rewrite of the <code>wg-easy</code> project. Therefore the configuration files and the way you interact with the project have changed.</li>
<li>This is a complete rewrite of the <code>wg-easy</code> project, therefore the configuration files and the way you interact with the project have changed.</li>
<li>If you use armv6, you unfortunately won't be able to migrate to <code>v15</code>.</li>
<li>If you are connecting to the web ui via HTTP, you need to set the <code>INSECURE</code> environment variable to <code>true</code> in the new container.</li>
<li>If you are connecting to the Web UI via HTTP, you need to set the <code>INSECURE</code> environment variable to <code>true</code> in the new container.</li>
<p>Before you start the migration, make sure to backup your existing configuration files.</p>
<p>Go into the Web Ui and click the Backup button, this should download a <code>wg0.json</code> file.</p>
<p>Before you start the migration, make sure to backup your existing configuration files.</p>
<p>Go into the Web UI and click the Backup button, this should download a <code>wg0.json</code> file.</p>
<p>Or download the <code>wg0.json</code> file from your container volume to your pc.</p>
<p>You will need this file for the migration</p>
<p>You will also need to back up the old environment variables you set for the container, as they will not be automatically migrated.</p>
<h3id="remove-old-container"><aclass="toclink"href="#remove-old-container">Remove old container</a></h3>
<ol>
<li>Stop the running container</li>
@ -1634,6 +1653,8 @@
<h3id="start-new-container"><aclass="toclink"href="#start-new-container">Start new container</a></h3>
<p>Follow the instructions in the <ahref="../../../getting-started/">Getting Started</a> or <ahref="../../../examples/tutorials/basic-installation/">Basic Installation</a> guide to start the new container.</p>
<p>In the setup wizard, select that you already have a configuration file and upload the <code>wg0.json</code> file you downloaded in the backup step.</p>