From 7c2a5438774f896ec7ace77f56495a9f12af36cc Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 26 Apr 2021 19:41:48 +0200 Subject: [PATCH] add explicit migration info --- Migrating-to-OpenWebRX-1.0.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Migrating-to-OpenWebRX-1.0.md b/Migrating-to-OpenWebRX-1.0.md index 97ecd5f..971f6fd 100644 --- a/Migrating-to-OpenWebRX-1.0.md +++ b/Migrating-to-OpenWebRX-1.0.md @@ -12,7 +12,8 @@ system taking precedence. It will not update the old configuration files, but instead write all changes to the new storage system. In combination, that means that as soon as you start editing the configuration using the new web configuration, your existing settings, along with the modifications, will be written to the new storage system, and your previous -configuration files will become obsolete. This should ensure a seamless, transparent migration of existing configurations. +configuration files will become obsolete. This should ensure an implicit, seamless and transparent migration of existing +configurations. Future versions of OpenWebRX will eventually drop the support for the old config files. At this point, the transition to the new config system will be complete. @@ -52,10 +53,15 @@ the changes you make in the web configuration, you will need to mount an additio Once the migration is complete, the existing volume for `/etc/openwebrx` is only used for the remaining `bands.json` and `openwebrx.conf`. If you don't have any modifications to these files, you should be able to run without this volume. +## Explicit migration + +If you want to migrate your configuration right away, or want to make sure that all settings have been transferred to +the new configuration system, you can run an explicit migration using the command `openwebrx config migrate`. + # Red Pitaya support -The existing "red_pitaya" device type has been dropped in favor of the new HPSDR support, which also covers the Red -Pitaya devices. +The existing "red_pitaya" device type has been dropped in favor of the new HPSDR support, which also covers Red Pitaya +devices. # `rtltcp_compat` changes