Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Placeholder Docker container to ensure AzuraCast always points to the newest supported container version.

License

Notifications You must be signed in to change notification settings

AzuraCast/docker-azuracast-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

docker-azuracast-db

The MariaDB docker container for AzuraCast.

Making a new DB Dump

  • Run system backup; extract db.sql from backup file.

  • Remove all INSERT sections except app_migrations table.

  • Remove all AUTO_INCREMENT settings.

  • Prepend to the top:

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `azuracast`;
USE `azuracast`;

ALTER DATABASE `azuracast` CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci;
``

About

Placeholder Docker container to ensure AzuraCast always points to the newest supported container version.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published