mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
container id fix
This commit is contained in:
@@ -70,7 +70,7 @@ class Backup extends Action
|
||||
$max = 10;
|
||||
$sleep = 5;
|
||||
|
||||
var_dump($pools->get('replica_' . $database)->pop());
|
||||
var_dump($pools->get('replica_' . $database));
|
||||
|
||||
do {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user