* docs: rework files structure * rewrite documentation entrypoint * update category files and use yml * add manuals entry page * update admin-manual titles and page order * create releases sections * move ssl configuration to reverse proxy * docs: update website vars and links * update release note codeblock syntax key * resurect troubleshooting guide * Update freeipa custom auth documentation * add notice about the state of the documentation * update the backup documentation * tmp: allow to deploy the website for preview * Don't use require.resolve for plugins * Update the main page link dest * update development environment title * rewrite the install/upgrade/migrate as guides * update website docs sections links * Fix urls * move release note to documentation * move home links to vars files * tmp: update deploy url * add react to tsconfig to handle jsx linting * fix: replace absolute url to relative path to files * tmp: allow CI Website dpeloy on working branch * Update release note title * use default syntax highlighting theme * update the troubleshooting guide * Wording * use CodeBlock components * Better prose * remove api_client config section * fix prose errors * update import prefix for vars file * reroder docs manuals links * use sentence capitalization for page titles * Wording * missing word * Update note about syslog log file * wording
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
---
|
|
title: Migrate from Airtime
|
|
sidebar_position: 90
|
|
---
|
|
|
|
This guide walk you though the steps required to migrate your data from Airtime to LibreTime.
|
|
|
|
:::info
|
|
|
|
Airtime **linked files** and **watched folders** features are either deprecated or not working in LibreTime.
|
|
|
|
:::
|
|
|
|
LibreTime dropped support for Ubuntu 16.04, which is the last supported version of Ubuntu that Airtime supports.
|
|
|
|
## Make a backup
|
|
|
|
<!-- TODO: Airtime backup process might be different from the LibreTime one, we might need to write a dedicated backup guide here. -->
|
|
|
|
Follow [the backup guide](../backup.md) to make a backup of your current Airtime installation.
|
|
|
|
## Install
|
|
|
|
Install LibreTime on a new system by following the [install guide](./install.md), and **don't run the setup wizard**.
|
|
|
|
## Restore the backup
|
|
|
|
Restore [the Airtime backup](../backup.md#restore) on the newly installed LibreTime server.
|
|
|
|
You have to restore the **database**, the **files storage** and the **configuration files**.
|
|
|
|
## Update the configuration files
|
|
|
|
Update the configuration file to match the new configuration schema and update any changed values. See the [configuration](./configuration.md) documentation for more details.
|
|
|
|
Edit the Icecast password in `/etc/icecast2/icecast.xml` to reflect the password used in Airtime.
|
|
|
|
## Finish
|
|
|
|
Restart the LibreTime services and navigate to the LibreTime web-page.
|