AzuraCast / AzuraCast

A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
https://www.azuracast.com/
GNU Affero General Public License v3.0
3.01k stars 557 forks source link

Error when restore a backup #4404

Closed hdman closed 2 years ago

hdman commented 3 years ago

Using Docker installation method? Yes

AzuraCast version: Rolling Release #a2d5dda (2021-07-12 17:40)

Host Operating System: Ubuntu 20.04

Describe the bug: Error when running the restore command After screenshot below when try open azuracast in browser

Relevant logs: root@cast:/var/azuracast# ./docker.sh restore /var/azuracast/azuracast-backup.zip Restoring will remove any existing AzuraCast installation data, replacing it with your backup. Continue? [Y/n] y WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Stopping nginx_proxy_letsencrypt ... done Stopping nginx_proxy ... done Stopping azuracast_web ... done Stopping azuracast_stations ... done Stopping azuracast_mariadb ... done Stopping azuracast_redis ... done Removing nginx_proxy_letsencrypt ... done Removing nginx_proxy ... done Removing azuracast_web ... done Removing azuracast_stations ... done Removing azuracast_mariadb ... done Removing azuracast_redis ... done Removing network azuracast_backend Removing network azuracast_frontend Removing volume azuracast_nginx_proxy_vhosts Removing volume azuracast_db_data Removing volume azuracast_letsencrypt Removing volume azuracast_letsencrypt_html Removing volume azuracast_letsencrypt_acme Removing volume azuracast_shoutcast2_install Removing volume azuracast_geolite_install Removing volume azuracast_sftpgo_data Removing volume azuracast_station_data Removing volume azuracast_www_vendor Removing volume azuracast_tmp_data Removing volume azuracast_redis_data Removing volume azuracast_backups WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Pulling mariadb ... done Pulling redis ... done Pulling stations ... done Pulling web ... done Pulling nginx_proxy ... done Pulling nginx_proxy_letsencrypt ... done WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Creating network "azuracast_backend" with driver "bridge" Creating network "azuracast_frontend" with driver "bridge" Creating volume "azuracast_nginx_proxy_vhosts" with default driver Creating volume "azuracast_db_data" with default driver Creating volume "azuracast_letsencrypt" with default driver Creating volume "azuracast_letsencrypt_html" with default driver Creating volume "azuracast_letsencrypt_acme" with default driver Creating volume "azuracast_shoutcast2_install" with default driver Creating volume "azuracast_geolite_install" with default driver Creating volume "azuracast_sftpgo_data" with default driver Creating volume "azuracast_station_data" with default driver Creating volume "azuracast_www_vendor" with default driver Creating volume "azuracast_tmp_data" with default driver Creating volume "azuracast_redis_data" with default driver Creating volume "azuracast_backups" with default driver Creating azuracast_mariadb ... done Creating azuracast_redis ... done Creating azuracast_stations ... done Creating azuracast_web_run ... done Starting up AzuraCast services... 🖥️🎵-🎶-📻 Waiting...Services started up and ready! [2021-07-14T13:44:57.645855+00:00] AzuraCast.ERROR: Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'SELECT t0.app_unique_identifier AS app_unique_identifier_1, t0.base_url AS base_url_2, t0.instance_name AS instance_name_3, t0.prefer_browser_url AS prefer_browser_url_4, t0.use_radio_proxy AS use_radio_proxy_5, t0.history_keep_days AS history_keep_days_6, t0.always_use_ssl AS always_use_ssl_7, t0.api_access_control AS api_access_control_8, t0.enable_websockets AS enable_websockets_9, t0.analytics AS analytics_10, t0.check_for_updates AS check_for_updates_11, t0.update_results AS update_results_12, t0.update_last_run AS update_last_run_13, t0.public_theme AS public_theme_14, t0.hide_album_art AS hide_album_art_15, t0.homepage_redirect_url AS homepage_redirect_url_16, t0.default_album_art_url AS default_album_art_url_17, t0.use_external_album_art_when_processing_media AS use_external_album_art_when_processing_media_18, t0.use_external_album_art_in_apis AS use_external_album_art_in_apis_19, t0.last_fm_api_key AS last_fm_api_key_20, t0.hide_product_name AS hide_product_name_21, t0.public_custom_css AS public_custom_css_22, t0.public_custom_js AS public_custom_js_23, t0.internal_custom_css AS internal_custom_css_24, t0.backup_enabled AS backup_enabled_25, t0.backup_time_code AS backup_time_code_26, t0.backup_exclude_media AS backup_exclude_media_27, t0.backup_keep_copies AS backup_keep_copies_28, t0.backup_storage_location AS backup_storage_location_29, t0.backup_last_run AS backup_last_run_30, t0.backup_last_result AS backup_last_result_31, t0.backup_last_output AS backup_last_output_32, t0.setup_complete_time AS setup_complete_time_33, t0.nowplaying AS nowplaying_34, t0.sync_nowplaying_last_run AS sync_nowplaying_last_run_35, t0.sync_short_last_run AS sync_short_last_run_36, t0.sync_medium_last_run AS sync_medium_last_run_37, t0.sync_long_last_run AS sync_long_last_run_38, t0.external_ip AS external_ip_39, t0.geolite_license_key AS geolite_license_key_40, t0.geolite_last_run AS geolite_last_run_41, t0.enable_advanced_features AS enable_advanced_features_42, t0.mail_enabled AS mail_enabled_43, t0.mail_sender_name AS mail_sender_name_44, t0.mail_sender_email AS mail_sender_email_45, t0.mail_smtp_host AS mail_smtp_host_46, t0.mail_smtp_port AS mail_smtp_port_47, t0.mail_smtp_username AS mail_smtp_username_48, t0.mail_smtp_password AS mail_smtp_password_49, t0.mail_smtp_secure AS mail_smtp_secure_50, t0.avatar_service AS avatar_service_51, t0.avatar_default_url AS avatar_default_url_52 FROM settings t0 LIMIT 1': SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_identifier' in 'field list' (uncaught exception) at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79 while running console command cache:clear {"exception":"[object] (Doctrine\DBAL\Exception\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.app_unique_identifier AS app_unique_identifier_1, t0.base_url AS base_url_2, t0.instance_name AS instance_name_3, t0.prefer_browser_url AS prefer_browser_url_4, t0.use_radio_proxy AS use_radio_proxy_5, t0.history_keep_days AS history_keep_days_6, t0.always_use_ssl AS always_use_ssl_7, t0.api_access_control AS api_access_control_8, t0.enable_websockets AS enable_websockets_9, t0.analytics AS analytics_10, t0.check_for_updates AS check_for_updates_11, t0.update_results AS update_results_12, t0.update_last_run AS update_last_run_13, t0.public_theme AS public_theme_14, t0.hide_album_art AS hide_album_art_15, t0.homepage_redirect_url AS homepage_redirect_url_16, t0.default_album_art_url AS default_album_art_url_17, t0.use_external_album_art_when_processing_media AS use_external_album_art_when_processing_media_18, t0.use_external_album_art_in_apis AS use_external_album_art_in_apis_19, t0.last_fm_api_key AS last_fm_api_key_20, t0.hide_product_name AS hide_product_name_21, t0.public_custom_css AS public_custom_css_22, t0.public_custom_js AS public_custom_js_23, t0.internal_custom_css AS internal_custom_css_24, t0.backup_enabled AS backup_enabled_25, t0.backup_time_code AS backup_time_code_26, t0.backup_exclude_media AS backup_exclude_media_27, t0.backup_keep_copies AS backup_keep_copies_28, t0.backup_storage_location AS backup_storage_location_29, t0.backup_last_run AS backup_last_run_30, t0.backup_last_result AS backup_last_result_31, t0.backup_last_output AS backup_last_output_32, t0.setup_complete_time AS setup_complete_time_33, t0.nowplaying AS nowplaying_34, t0.sync_nowplaying_last_run AS sync_nowplaying_last_run_35, t0.sync_short_last_run AS sync_short_last_run_36, t0.sync_medium_last_run AS sync_medium_last_run_37, t0.sync_long_last_run AS sync_long_last_run_38, t0.external_ip AS external_ip_39, t0.geolite_license_key AS geolite_license_key_40, t0.geolite_last_run AS geolite_last_run_41, t0.enable_advanced_features AS enable_advanced_features_42, t0.mail_enabled AS mail_enabled_43, t0.mail_sender_name AS mail_sender_name_44, t0.mail_sender_email AS mail_sender_email_45, t0.mail_smtp_host AS mail_smtp_host_46, t0.mail_smtp_port AS mail_smtp_port_47, t0.mail_smtp_username AS mail_smtp_username_48, t0.mail_smtp_password AS mail_smtp_password_49, t0.mail_smtp_secure AS mail_smtp_secure_50, t0.avatar_service AS avatar_service_51, t0.avatar_default_url AS avatar_default_url_52 FROM settings t0 LIMIT 1':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_identifier' in 'field list' at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\DBAL\Driver\PDO\Exception(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_identifier' in 'field list' at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_identifier' in 'field list' at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:132)"} [] [2021-07-14T13:44:57.646967+00:00] AzuraCast.WARNING: Console command cache:clear exited with error code 1. [] []

In AbstractMySQLDriver.php line 79:

An exception occurred while executing 'SELECT t0.app_unique_identifier AS a
pp_unique_identifier_1, t0.base_url AS base_url_2, t0.instance_name AS inst
ance_name_3, t0.prefer_browser_url AS prefer_browser_url_4, t0.use_radio_pr
oxy AS use_radio_proxy_5, t0.history_keep_days AS history_keep_days_6, t0.a
lways_use_ssl AS always_use_ssl_7, t0.api_access_control AS api_access_cont
rol_8, t0.enable_websockets AS enable_websockets_9, t0.analytics AS analyti
cs_10, t0.check_for_updates AS check_for_updates_11, t0.update_results AS u
pdate_results_12, t0.update_last_run AS update_last_run_13, t0.public_theme
AS public_theme_14, t0.hide_album_art AS hide_album_art_15, t0.homepage_re
direct_url AS homepage_redirect_url_16, t0.default_album_art_url AS default
_album_art_url_17, t0.use_external_album_art_when_processing_media AS use_e
xternal_album_art_when_processing_media_18, t0.use_external_album_art_in_ap
is AS use_external_album_art_in_apis_19, t0.last_fm_api_key AS last_fmapi
key_20, t0.hide_product_name AS hide_product_name_21, t0.public_custom_css
AS public_custom_css_22, t0.public_custom_js AS public_custom_js_23, t0.int
ernal_custom_css AS internal_custom_css_24, t0.backup_enabled AS backup_ena
bled_25, t0.backup_time_code AS backup_time_code_26, t0.backup_exclude_medi
a AS backup_exclude_media_27, t0.backup_keep_copies AS backup_keep_copies_2
8, t0.backup_storage_location AS backup_storage_location_29, t0.backup_last
_run AS backup_last_run_30, t0.backup_last_result AS backup_last_result_31,
t0.backup_last_output AS backup_last_output_32, t0.setup_complete_time AS
setup_complete_time_33, t0.nowplaying AS nowplaying_34, t0.syncnowplaying
last_run AS sync_nowplaying_last_run_35, t0.sync_short_last_run AS sync_sho
rt_last_run_36, t0.sync_medium_last_run AS sync_medium_last_run_37, t0.sync
_long_last_run AS sync_long_last_run_38, t0.external_ip AS external_ip_39,
t0.geolite_license_key AS geolite_license_key_40, t0.geolite_last_run AS ge
olite_last_run_41, t0.enable_advanced_features AS enable_advancedfeatures
42, t0.mail_enabled AS mail_enabled_43, t0.mail_sender_name AS mailsender
name_44, t0.mail_sender_email AS mail_sender_email_45, t0.mail_smtp_host AS
mail_smtp_host_46, t0.mail_smtp_port AS mail_smtp_port_47, t0.mail_smtp_us
ername AS mail_smtp_username_48, t0.mail_smtp_password AS mail_smtp_passwor
d_49, t0.mail_smtp_secure AS mail_smtp_secure_50, t0.avatar_service AS avat
ar_service_51, t0.avatar_default_url AS avatar_default_url_52 FROM settings
t0 LIMIT 1':

SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_ident
ifier' in 'field list'

In Exception.php line 18:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_ident
ifier' in 'field list'

In PDOConnection.php line 132:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.app_unique_ident
ifier' in 'field list'

cache:clear

ERROR: 1 WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. azuracast_mariadb is up-to-date azuracast_redis is up-to-date azuracast_stations is up-to-date Creating azuracast_web ... done AzuraCast Setup (Environment: production)

AzuraCast Restore

Please wait while the backup is restored...

Extracting backup file...

Archive: /tmp/cli_backup.zip inflating: tmp/azuracast_backup_mariadb/db.sql
creating: var/azuracast/stations/test/media/ creating: var/azuracast/stations/test/media/.waveforms/ creating: var/azuracast/stations/test/media/.albumart/ creating: var/azuracast/stations/test2/media/ creating: var/azuracast/stations/test2/media/.waveforms/ creating: var/azuracast/stations/test2/media/.albumart/

Importing database...

WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Stopping azuracast_web ... done Stopping azuracast_stations ... done Stopping azuracast_redis ... done Stopping azuracast_mariadb ... done Removing azuracast_web ... done Removing azuracast_stations ... done Removing azuracast_redis ... done Removing azuracast_mariadb ... done Removing network azuracast_backend Removing network azuracast_frontend WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Creating network "azuracast_backend" with driver "bridge" Creating network "azuracast_frontend" with driver "bridge" Creating azuracast_redis ... done Creating azuracast_mariadb ... done Creating azuracast_stations ... done Creating azuracast_web ... done Creating nginx_proxy ... done Creating nginx_proxy_letsencrypt ... done

Screenshots: bild

Device(s):

ItsMitchh commented 3 years ago

Have you tried to run a update?

hdman commented 3 years ago

When i run a update looks like this:

root@cast:~# cd /var/azuracast root@cast:/var/azuracast# ./docker.sh update-self New Docker utility script downloaded. root@cast:/var/azuracast# ./docker.sh update [NOTICE] Before you continue, please make sure you have a recent snapshot of your system and or backed it up. Are you ready to continue with the update? [Y/n] y Pulling installer ... done WARNING: Found orphan containers (azuracast_redis, azuracast_web, nginx_proxy_letsencrypt, azuracast_stations, azuracast_mariadb, nginx_proxy) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. Creating azuracast_installer_run ... done

AzuraCast Updater

Change installation settings? (yes/no) [no]: no

Writing configuration files...

[OK] Server configuration complete!

WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Pulling mariadb ... done Pulling redis ... done Pulling stations ... done Pulling web ... done Pulling nginx_proxy ... done Pulling nginx_proxy_letsencrypt ... done WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Stopping nginx_proxy_letsencrypt ... done Stopping nginx_proxy ... done Stopping azuracast_web ... done Stopping azuracast_stations ... done Stopping azuracast_redis ... done Stopping azuracast_mariadb ... done Removing nginx_proxy_letsencrypt ... done Removing nginx_proxy ... done Removing azuracast_web ... done Removing azuracast_stations ... done Removing azuracast_redis ... done Removing azuracast_mariadb ... done Removing network azuracast_backend Removing network azuracast_frontend azuracast_www_vendor azuracast_tmp_data azuracast_redis_data WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. Creating network "azuracast_backend" with driver "bridge" Creating network "azuracast_frontend" with driver "bridge" Creating volume "azuracast_www_vendor" with default driver Creating volume "azuracast_tmp_data" with default driver Creating volume "azuracast_redis_data" with default driver Creating azuracast_stations ... done Creating azuracast_mariadb ... done Creating azuracast_redis ... done Creating azuracast_web_run ... done Starting up AzuraCast services... Services started up and ready! AzuraCast Setup (Environment: production)

AzuraCast Setup

Welcome to AzuraCast. Please wait while some key dependencies of AzuraCast are set up...

Initialize AzuraCast

Initializing essential settings...

Running Database Migrations

[2021-07-14T16:34:03.068164+00:00] AzuraCast.ERROR: Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing 'ALTER TABLE station_playlists ADD queue_reset_at INT NOT NULL': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.station_playlists' doesn't exist (uncaught exception) at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 61 while running console command azuracast:setup {"exception":"[object] (Doctrine\DBAL\Exception\TableNotFoundException(code: 0): An exception occurred while executing 'ALTER TABLE station_playlists ADD queue_reset_at INT NOT NULL':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.station_playlists' doesn't exist at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:61)\n[previous exception] [object] (Doctrine\DBAL\Driver\PDO\Exception(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.station_playlists' doesn't exist at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.station_playlists' doesn't exist at /var/azuracast/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:132)"} [] [2021-07-14T16:34:03.069115+00:00] AzuraCast.WARNING: Console command azuracast:setup exited with error code 1. [] []

In AbstractMySQLDriver.php line 61:

An exception occurred while executing 'ALTER TABLE station_playlists ADD qu
eue_reset_at INT NOT NULL':

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.statio
n_playlists' doesn't exist

In Exception.php line 18:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.statio
n_playlists' doesn't exist

In PDOConnection.php line 132:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'azuracast.statio
n_playlists' doesn't exist

azuracast:setup [--update] [--load-fixtures] [--release]

ERROR: 1 WARNING: The LETSENCRYPT_EMAIL variable is not set. Defaulting to a blank string. WARNING: The LETSENCRYPT_HOST variable is not set. Defaulting to a blank string. azuracast_stations is up-to-date azuracast_mariadb is up-to-date azuracast_redis is up-to-date Creating azuracast_web ... done Creating nginx_proxy ... done Creating nginx_proxy_letsencrypt ... done Clean up all stopped Docker containers and images to save space? [Y/n] y Deleted Networks: azuracast_default

Deleted Images: untagged: ghcr.io/azuracast/web@sha256:ec66bb63869030470ec19b0e9f67944aa9bffc3fcdfc40fa568e5b01b59f35f7 deleted: sha256:d0b94b6a35670f4ae394b9b17b20202407acd660aeca51c2ae7a8df9ad3ce614 deleted: sha256:bc65132d8125e52dc14e6035b81feacdbd5dbd6bb2b3ab034e2810ae204a1a67 deleted: sha256:6b2640bc0ef6aeb578cd012b936f9ce8fe80f0255fb9fed4d3e44cb9e91e1cdc deleted: sha256:13c21e42b18bcc88fd910b7002c3a662ae3a926d0daebb8f1191f329505b781f deleted: sha256:934d7880fc6a6fff278b369363afd644bc05d0503cfef53498ca6b4fbe99d279 deleted: sha256:b8da57ebb2140355beeec20bdf71bc62403e61747da672935590891e08642f6c deleted: sha256:8188e6e2372d9e7caadf08a76352ebe73886b76f9916b62239bedde8549e2814 untagged: ghcr.io/azuracast/db@sha256:a981918a6ea5e58598eaa400c4265c72b6f49e09f4b217086f6566175dd72991 deleted: sha256:477742304863baa7e74c58d91a50f0b80cb80fcbe78ab9890e4104c4d5a9051a deleted: sha256:3bfd48ff2dfb650e1e73ff0de3ddf27f667c9dc850cb52c050ac4416053f8545 deleted: sha256:c97ae282aa712d5504d84902900f9147da6d035bd64883ee6dd5915377e72e37 deleted: sha256:24a4b5469682290ce3f50068ea72cc73558f64920c19cf5f5963fc08f4ab9dec deleted: sha256:8487fc5415c55ccc525e33881453cb4f90c742c250df703c35bda1e383dd4b28 deleted: sha256:cd85ed34258c4ca12fa60e464abe02475036969870a500d10ead2a0f0c96c5e4 deleted: sha256:cefa2433dd4aa30f16b9f8aa59201c638d2543f7af5b4cb81d2f636c0239d805 untagged: ghcr.io/azuracast/radio@sha256:7e9ebe823021903b720af7e6234efe7a48cbbe8494314a0a65d374911e08eb4d deleted: sha256:944bc5ffd7a355e2471269314f59b054dd840b168b97ec4f72066f1eb3ec84e3 deleted: sha256:c18ac9a0143c84f7a62675ff0b6bcab4072b3f3895e9d37c7274b3a3f6bcd7d6 deleted: sha256:f4fb86f3e3cc73da94988a896fdc43b130171dac78a5016874c4662879815e14 deleted: sha256:36a580c0bfa041461d35f37afc9df4893f286993ef7df4771729a9594e2d6d36 deleted: sha256:eb6438ca1ffe5d791130f1d4a1ff3b10bcf29d9b478e7f949f80043f4244eb73 deleted: sha256:4a8263c152dfb5f82217d0b0a791b11defdb2b410caff01f8c90c42b1f184fa1 deleted: sha256:108be41bd5a60995c2d31955e2fa72c36dfaa37bb014ec8a143cd2c7fbff764b

Total reclaimed space: 1.759GB Update complete!

Vaalyn commented 3 years ago

Please follow our guide on how to restore backups here. Specifically the parts about first installing stable, then restoring and then updating as described in the guide. In most cases where a DB issue due to incompatibilities with the DB schema was happening while restoring this has worked for me.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

LATINMIXMASTERS commented 2 years ago

i am restoring from backup on new server i have done it before without issues and since new updates now something is wrong hope someone can shine some light because now it wont let me showing this errors. restore

restore 2

ItsMitchh commented 2 years ago

i am restoring from backup on new server i have done it before without issues and since new updates now something is wrong hope someone can shine some light because now it wont let me showing this errors. restore

restore 2

Did you follow our restoration guide that vaalyn linked above? if yes and a issue still remains, please open a new ticket.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 years ago

Thank you for your bug report, this issue has been closed due to inactivity. Should this issue persist, please re-open the bug report.