Jeśli przy niedokończonej/nieudanej rejestracji dostajecie błąd:
Code: Select all
Your instance seems to be registered already. If you have any problems integrating some of the apps, feel free to contact us.
wejście w kontener z bazą danych:
Code: Select all
docker exec -it supla-db /bin/bash
Code: Select all
mysql -u root -p
Code: Select all
mysql> use supla;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> DELETE FROM `supla_settings_string` WHERE name = 'target_token';
Query OK, 1 row affected (0.01 sec)
mysql> exit