From c479b1df381982e63828b06da16a408f4eb17818 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Thu, 2 Jan 2020 00:25:52 +0100 Subject: [PATCH 1/2] Use of Admonition plugin in i_u_m_migration --- docs/i_u_m_migration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/i_u_m_migration.md b/docs/i_u_m_migration.md index d317012c9..c259ac777 100644 --- a/docs/i_u_m_migration.md +++ b/docs/i_u_m_migration.md @@ -1,6 +1,8 @@ -#### Please note: This guide assumes you intend to migrate an existing mailcow server (source) over to a brand new, empty server (target). It takes no care about preserving any existing data on your target server and will erase anything within `/var/lib/docker/volumes` and thus any Docker volumes you may have already set up. +!!! warning + Please note: This guide assumes you intend to migrate an existing mailcow server (source) over to a brand new, empty server (target). It takes no care about preserving any existing data on your target server and will erase anything within `/var/lib/docker/volumes` and thus any Docker volumes you may have already set up. -##### Alternatively, you can use the `./helper-scripts/backup_and_restore.sh` script to create a full backup on the source machine, then install mailcow on the target machine as usual, copy over your `mailcow.conf` and use the same script to restore your backup to the target machine. +!!! tip + Alternatively, you can use the `./helper-scripts/backup_and_restore.sh` script to create a full backup on the source machine, then install mailcow on the target machine as usual, copy over your `mailcow.conf` and use the same script to restore your backup to the target machine. **1\.** Install [Docker](https://docs.docker.com/engine/installation/linux/) and [Docker Compose](https://docs.docker.com/compose/install/) on your new server. From ad47656434e50715e9f9c57227687b142ab034a9 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Thu, 2 Jan 2020 00:26:18 +0100 Subject: [PATCH 2/2] New year and https --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 35ab78e9c..e2985f75f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: "mailcow: dockerized documentation" site_url: https://mailcow.github.io/mailcow-dockerized-docs/ -copyright: 'Copyright © 2019 AndrĂ© Peters' +copyright: 'Copyright © 2020 AndrĂ© Peters' repo_name: mailcow/mailcow-dockerized repo_url: https://github.com/mailcow/mailcow-dockerized edit_uri: ../mailcow-dockerized-docs/edit/master/docs/ @@ -119,7 +119,7 @@ extra: accent: 'orange' social: - type: globe - link: http://mailcow.email + link: https://mailcow.email - type: github-alt link: https://github.com/mailcow extra_css: [extra.css]