ajc113 / currents

Currents Fishing Network Application
3 stars 3 forks source link

Deploy Test #101

Open ajc113 opened 7 years ago

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 34min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 33min)

ajc113 commented 6 years ago

@rultor release, tag is 2.4

rultor commented 6 years ago

@rultor release, tag is 2.4

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.4

@ajc113 Done! FYI, the full log is here (took me 33min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 33min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 33min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Done! FYI, the full log is here (took me 36min)

ajc113 commented 6 years ago

@rultor release, tag is 2.4

rultor commented 6 years ago

@rultor release, tag is 2.4

@ajc113 Invalid release tag 2.4 specified. There is already a release 2.4 newer than the given release in this repository.

rultor commented 6 years ago

@rultor release, tag is 2.4

@ajc113 I'm sorry, I don't understand you :( Check this page and try again please

ajc113 commented 6 years ago

@rultor release, tag is ‘2.5’

rultor commented 6 years ago

@rultor release, tag is ‘2.5’

@ajc113 OK, I will release it now. Please check the progress here

ajc113 commented 6 years ago

@rultor release, tag is ‘2.5’

rultor commented 6 years ago

@rultor release, tag is ‘2.5’

@ajc113 Oops, I failed. You can see the full log here (spent 2min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 24276
+ echo '1.67 34c399f8f'
1.67 34c399f8f
+ date
Wed Dec 27 02:18:15 CET 2017
+ uptime
 02:18:15 up 182 days,  4:18,  0 users,  load average: 0.08, 0.03, 0.06
+ head=git@github.com:ajc113/currents.git
+ head_branch=master
+ author=ajc113
+ scripts=('export '\''RAILS_ENV=test'\''' ';' 'export '\''DISPLAY=:99'\''' ';' 'export '\''head=git@github.com:ajc113/currents.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ajc113'\''' ';' 'sudo /etc/init.d/postgresql start' ';' 'sudo chown -R r:r /usr/local' ';' 'cp ../application.yml config/application.yml' ';' 'bundle install' ';' 'rake db:create' ';' 'sleep 20' ';' 'xvfb-run rake' ';' 'git config --global user.email "hello@thefishing.network"' ';' 'git config --global user.name "currents-network"' ';' 'mv ../curlrc ../.curlrc' ';' 'mv ../netrc ../.netrc' ';' 'curl --silent --output /dev/null https://api.heroku.com/apps' ';' 'heroku pg:backups:capture --app currents' ';' 'git remote add heroku git@heroku.com:currents.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'heroku run rake db:migrate --app currents' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null' ';')
+ vars=('--env=RAILS_ENV=test' '--env=DISPLAY=:99' '--env=head=git@github.com:ajc113/currents.git' '--env=head_branch=master' '--env=author=ajc113' '--env=scripts=( '\''export '\''\'\'''\''RAILS_ENV=test'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''DISPLAY=:99'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:ajc113/currents.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ajc113'\''\'\'''\'''\'' '\'';'\'' '\''sudo /etc/init.d/postgresql start'\'' '\'';'\'' '\''sudo chown -R r:r /usr/local'\'' '\'';'\'' '\''cp ../application.yml config/application.yml'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake db:create'\'' '\'';'\'' '\''sleep 20'\'' '\'';'\'' '\''xvfb-run rake'\'' '\'';'\'' '\''git config --global user.email "hello@thefishing.network"'\'' '\'';'\'' '\''git config --global user.name "currents-network"'\'' '\'';'\'' '\''mv ../curlrc ../.curlrc'\'' '\'';'\'' '\''mv ../netrc ../.netrc'\'' '\'';'\'' '\''curl --silent --output /dev/null https://api.heroku.com/apps'\'' '\'';'\'' '\''heroku pg:backups:capture --app currents'\'' '\'';'\'' '\''git remote add heroku git@heroku.com:currents.git'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git push -f heroku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''heroku run rake db:migrate --app currents'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null'\'' '\'';'\'' )')
+ image=tannakartikey/currents
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=ajc113_currents_101
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:ajc113/currents.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''RAILS_ENV=test'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''RAILS_ENV=test'\''' ';' 'export '\''DISPLAY=:99'\''' ';' 'export '\''head=git@github.com:ajc113/currents.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ajc113'\''' ';' 'sudo /etc/init.d/postgresql start' ';' 'sudo chown -R r:r /usr/local' ';' 'cp ../application.yml config/application.yml' ';' 'bundle install' ';' 'rake db:create' ';' 'sleep 20' ';' 'xvfb-run rake' ';' 'git config --global user.email "hello@thefishing.network"' ';' 'git config --global user.name "currents-network"' ';' 'mv ../curlrc ../.curlrc' ';' 'mv ../netrc ../.netrc' ';' 'curl --silent --output /dev/null https://api.heroku.com/apps' ';' 'heroku pg:backups:capture --app currents' ';' 'git remote add heroku git@heroku.com:currents.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'heroku run rake db:migrate --app currents' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null' ';'
+ rm -rf .gpg
+ '[' -z '' ']'
+ echo 'tag name is not provided in the request, see http://doc.rultor.com/basics.html'
tag name is not provided in the request, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly
rultor commented 6 years ago

@rultor release, tag is ‘2.5’

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is ‘2.5’

@ajc113 Oops, I failed. You can see the full log here (spent 2min)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 25058
+ echo '1.67 34c399f8f'
1.67 34c399f8f
+ date
Wed Dec 27 02:23:03 CET 2017
+ uptime
 02:23:03 up 182 days,  4:23,  0 users,  load average: 0.08, 0.03, 0.05
+ head=git@github.com:ajc113/currents.git
+ head_branch=master
+ author=ajc113
+ scripts=('export '\''RAILS_ENV=test'\''' ';' 'export '\''DISPLAY=:99'\''' ';' 'export '\''head=git@github.com:ajc113/currents.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ajc113'\''' ';' 'sudo /etc/init.d/postgresql start' ';' 'sudo chown -R r:r /usr/local' ';' 'cp ../application.yml config/application.yml' ';' 'bundle install' ';' 'rake db:create' ';' 'sleep 20' ';' 'xvfb-run rake' ';' 'git config --global user.email "hello@thefishing.network"' ';' 'git config --global user.name "currents-network"' ';' 'mv ../curlrc ../.curlrc' ';' 'mv ../netrc ../.netrc' ';' 'curl --silent --output /dev/null https://api.heroku.com/apps' ';' 'heroku pg:backups:capture --app currents' ';' 'git remote add heroku git@heroku.com:currents.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'heroku run rake db:migrate --app currents' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null' ';')
+ vars=('--env=RAILS_ENV=test' '--env=DISPLAY=:99' '--env=head=git@github.com:ajc113/currents.git' '--env=head_branch=master' '--env=author=ajc113' '--env=scripts=( '\''export '\''\'\'''\''RAILS_ENV=test'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''DISPLAY=:99'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:ajc113/currents.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=ajc113'\''\'\'''\'''\'' '\'';'\'' '\''sudo /etc/init.d/postgresql start'\'' '\'';'\'' '\''sudo chown -R r:r /usr/local'\'' '\'';'\'' '\''cp ../application.yml config/application.yml'\'' '\'';'\'' '\''bundle install'\'' '\'';'\'' '\''rake db:create'\'' '\'';'\'' '\''sleep 20'\'' '\'';'\'' '\''xvfb-run rake'\'' '\'';'\'' '\''git config --global user.email "hello@thefishing.network"'\'' '\'';'\'' '\''git config --global user.name "currents-network"'\'' '\'';'\'' '\''mv ../curlrc ../.curlrc'\'' '\'';'\'' '\''mv ../netrc ../.netrc'\'' '\'';'\'' '\''curl --silent --output /dev/null https://api.heroku.com/apps'\'' '\'';'\'' '\''heroku pg:backups:capture --app currents'\'' '\'';'\'' '\''git remote add heroku git@heroku.com:currents.git'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git push -f heroku $(git symbolic-ref --short HEAD):master'\'' '\'';'\'' '\''heroku run rake db:migrate --app currents'\'' '\'';'\'' '\''curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null'\'' '\'';'\'' )')
+ image=tannakartikey/currents
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=ajc113_currents_101
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:ajc113/currents.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''RAILS_ENV=test'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''RAILS_ENV=test'\''' ';' 'export '\''DISPLAY=:99'\''' ';' 'export '\''head=git@github.com:ajc113/currents.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=ajc113'\''' ';' 'sudo /etc/init.d/postgresql start' ';' 'sudo chown -R r:r /usr/local' ';' 'cp ../application.yml config/application.yml' ';' 'bundle install' ';' 'rake db:create' ';' 'sleep 20' ';' 'xvfb-run rake' ';' 'git config --global user.email "hello@thefishing.network"' ';' 'git config --global user.name "currents-network"' ';' 'mv ../curlrc ../.curlrc' ';' 'mv ../netrc ../.netrc' ';' 'curl --silent --output /dev/null https://api.heroku.com/apps' ';' 'heroku pg:backups:capture --app currents' ';' 'git remote add heroku git@heroku.com:currents.git' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git push -f heroku $(git symbolic-ref --short HEAD):master' ';' 'heroku run rake db:migrate --app currents' ';' 'curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thefishing.network > /dev/null' ';'
+ rm -rf .gpg
+ '[' -z '' ']'
+ echo 'tag name is not provided in the request, see http://doc.rultor.com/basics.html'
tag name is not provided in the request, see http://doc.rultor.com/basics.html
+ exit -1
'cid' file is absent, container wasn't started correctly
ajc113 commented 6 years ago

@rultor release, tag is 2.5

rultor commented 6 years ago

@rultor release, tag is 2.5

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.5

@ajc113 Done! FYI, the full log is here (took me 34min)

ajc113 commented 6 years ago

@rultor release, tag is 2.6

rultor commented 6 years ago

@rultor release, tag is 2.6

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.6

@ajc113 Oops, I failed. You can see the full log here (spent 31min)

\u001b[0m\u001b[33m
  7) CardHelper add some examples to (or delete) /home/r/repo/spec/helpers/card_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/card_helper_spec.rb:14
\u001b[0m\u001b[33m
  8) MyAccountHelper add some examples to (or delete) /home/r/repo/spec/helpers/my_account_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/my_account_helper_spec.rb:14
\u001b[0m\u001b[33m
  9) HotspotsHelper add some examples to (or delete) /home/r/repo/spec/helpers/hotspots_helper_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/helpers/hotspots_helper_spec.rb:14
\u001b[0m\u001b[33m
  10) Hotspot add some examples to (or delete) /home/r/repo/spec/models/hotspot_spec.rb\u001b[0m
     \u001b[36m# Not yet implemented\u001b[0m
\u001b[36m     # ./spec/models/hotspot_spec.rb:4
\u001b[0m

Finished in 56.73 seconds (files took 16.9 seconds to load)
\u001b[33m106 examples, 0 failures, 10 pending\u001b[0m

Randomized with seed 56545

Coverage report generated for RSpec to /home/r/repo/coverage. 639 / 1262 LOC (50.63%) covered.
+ git config --global user.email hello@thefishing.network
+ git config --global user.name currents-network
+ mv ../curlrc ../.curlrc
+ mv ../netrc ../.netrc
+ curl --silent --output /dev/null https://api.heroku.com/apps
+ heroku pg:backups:capture --app currents
\u001b[1000D\u001b[2K\u001b[?25lStarting backup of \u001b[33mpostgresql-flat-58613\u001b[39m... \u001b[35m⣾\u001b[39m 
\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣽\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣻\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⢿\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⡿\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣟\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣯\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣷\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣾\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣽\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⣻\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[14C\u001b[1B\u001b[35m⢿\u001b[39m\u001b[1B\u001b[1000D\u001b[2K\u001b[2A\u001b[JStarting backup of \u001b[33mpostgresql-flat-58613\u001b[39m... done
\u001b[?25h
Use Ctrl-C at any time to stop monitoring progress; the backup will continue running.
Use \u001b[36m\u001b[1mheroku pg:backups:info\u001b[22m\u001b[39m to check progress.
Stop a running backup with \u001b[36m\u001b[1mheroku pg:backups:cancel\u001b[22m\u001b[39m.

\u001b[1000D\u001b[2K\u001b[?25lBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb008\u001b[39m... \u001b[35m⣾\u001b[39m 
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb008\u001b[39m... \u001b[35m⣟\u001b[39m 0.00B
\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb008\u001b[39m... done
\u001b[?25h\u001b[?25h+ git remote add heroku git@heroku.com:currents.git
+ mkdir /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub /home/r/.ssh/kartikey_heroku /home/r/.ssh/kartikey_heroku.pub
+ echo -e 'Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null'
++ git symbolic-ref --short HEAD
+ git push -f heroku __rultor:master
Warning: Permanently added 'heroku.com,50.19.85.154' (RSA) to the list of known hosts.

 !   Heroku has temporarily disabled this feature, please try again shortly. See https://status.heroku.com for current Heroku platform status. 
 !  
 !  SSH Key Fingerprint: 8d:3d:c2:3f:af:95:90:a5:9a:b6:7c:5f:38:c1:f2:32

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
container 4c3d57478461bf6d601ff1cff78b1eefdf61493804d5b43273007dfde90a4a83 is dead
Thu Jan  4 21:33:15 CET 2018
ajc113 commented 6 years ago

@rultor release, tag is 2.6

rultor commented 6 years ago

@rultor release, tag is 2.6

@ajc113 OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.6

@ajc113 Oops, I failed. You can see the full log here (spent 34min)

\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣾\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣻\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⢿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⡿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣟\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣯\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣷\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣾\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣻\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⢿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣯\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣾\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣾\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⢿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⡿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⡿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣷\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣷\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣻\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣻\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⡿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣯\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣾\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⡿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣯\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣯\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣷\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣾\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣽\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⣻\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⢿\u001b[39m pending
\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⡿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣟\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣯\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣷\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣾\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣽\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⣻\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[31C\u001b[35m⢿\u001b[39m\u001b[2B\u001b[1000D\u001b[2K\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... \u001b[35m⡿\u001b[39m 0.00B
\u001b[2A\u001b[JBacking up \u001b[32mDATABASE\u001b[39m to \u001b[36mb009\u001b[39m... done
\u001b[?25h\u001b[?25h+ git remote add heroku git@heroku.com:currents.git
+ mkdir /home/r/.ssh
+ mv ../id_rsa ../id_rsa.pub ../kartikey_heroku.pub ../kartikey_heroku /home/r/.ssh
+ chmod -R 600 /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub /home/r/.ssh/kartikey_heroku /home/r/.ssh/kartikey_heroku.pub
+ echo -e 'Host *\n  StrictHostKeyChecking no\n  UserKnownHostsFile=/dev/null'
++ git symbolic-ref --short HEAD
+ git push -f heroku __rultor:master
Warning: Permanently added 'heroku.com,50.19.85.154' (RSA) to the list of known hosts.

 !   Heroku has temporarily disabled this feature, please try again shortly. See https://status.heroku.com for current Heroku platform status. 
 !  
 !  SSH Key Fingerprint: 8d:3d:c2:3f:af:95:90:a5:9a:b6:7c:5f:38:c1:f2:32

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
container 5eb674dae2f53bc6e38c21a78f9a8c52549b81367ae9a30d7160b0cb29132e27 is dead
Thu Jan  4 22:22:29 CET 2018
tannakartikey commented 6 years ago

@rultor release, tag is 2.6

rultor commented 6 years ago

@rultor release, tag is 2.6

@tannakartikey OK, I will release it now. Please check the progress here

rultor commented 6 years ago

@rultor release, tag is 2.6

@ajc113 @tannakartikey Oops, I failed. You can see the full log here (spent 31min)

remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/ruby.rb:103:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/ruby.rb:92:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails2.rb:57:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails2.rb:55:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails3.rb:42:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails3.rb:41:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails4.rb:41:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails4.rb:40:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/bin/support/ruby_compile:20:in `block (2 levels) in <main>'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:132:in `log'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/bin/support/ruby_compile:19:in `block in <main>'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:35:in `block in trace'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:35:in `trace'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/bin/support/ruby_compile:15:in `<main>'\u001b[K
remote:  !     Push rejected, failed to compile Ruby app.\u001b[K
remote: 
remote:  !     Push failed\u001b[K
remote: Verifying deploy...
remote: 
remote: !   Push rejected to currents.\u001b[K
remote: 
To heroku.com:currents.git
 ! [remote rejected] __rultor -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:currents.git'
container f6be70e6ed4c0b2f8a92e17e2d7db3cae5da0ef7f505c052488d5a1f6a4c6742 is dead
Fri Jan  5 17:03:02 CET 2018
tannakartikey commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@tannakartikey OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 @tannakartikey Oops, I failed. You can see the full log here (spent 31min)

remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/ruby.rb:103:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/ruby.rb:92:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails2.rb:57:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails2.rb:55:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails3.rb:42:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails3.rb:41:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails4.rb:41:in `block in compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:49:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:45:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/rails4.rb:40:in `compile'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/bin/support/ruby_compile:20:in `block (2 levels) in <main>'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/base.rb:132:in `log'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/bin/support/ruby_compile:19:in `block in <main>'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:35:in `block in trace'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:18:in `block (2 levels) in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:40:in `yield_with_block_depth'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:17:in `block in instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/vendor/ruby/cedar-14/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:16:in `instrument'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/lib/language_pack/instrument.rb:35:in `trace'\u001b[K
remote:     from /app/tmp/buildpacks/f6d48d8a14fccbb19c0c0402fca224929d18e9ee042b3e204bc5992612e990d3b3a0fb1f9627b1a3bae11e9fa20dffc96e136bd734a2f3cf92a0d05bedd42cfe/bin/support/ruby_compile:15:in `<main>'\u001b[K
remote:  !     Push rejected, failed to compile Ruby app.\u001b[K
remote: 
remote:  !     Push failed\u001b[K
remote: Verifying deploy...
remote: 
remote: !   Push rejected to currents-dev.\u001b[K
remote: 
To heroku.com:currents-dev.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:currents-dev.git'
container a9fb38d551b50313fe886e924d57e630d67354e17f5e7365901bb1f7177f6842 is dead
Fri Jan  5 17:45:22 CET 2018
tannakartikey commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@tannakartikey OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@tannakartikey Done! FYI, the full log is here (took me 35min)

ajc113 commented 6 years ago

@rultor deploy

rultor commented 6 years ago

@rultor deploy

@ajc113 OK, I'll try to deploy now. You can check the progress here

rultor commented 6 years ago

@rultor deploy

@ajc113 Oops, I failed. You can see the full log here (spent 33min)

remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:54:in `run_initializers'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/application.rb:352:in `initialize!'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/config/environment.rb:5:in `<top (required)>'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `block in require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:240:in `load_dependency'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/application.rb:328:in `require_environment!'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/application.rb:457:in `block in run_tasks_blocks'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/bundler/gems/sprockets-rails-857e781998c1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'\u001b[K
remote:        Caused by:\u001b[K
remote:        Gem::LoadError: can't activate pg (~> 0.15), already activated pg-1.0.0. Make sure all dependencies are added to Gemfile.\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/bundler-1.15.2/lib/bundler/rubygems_integration.rb:377:in `block (2 levels) in replace_gem'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.7.1/lib/active_record/connection_adapters/postgresql_adapter.rb:16:in `<top (required)>'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `block in require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:240:in `load_dependency'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.7.1/lib/active_record/connection_adapters/connection_specification.rb:175:in `spec'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.7.1/lib/active_record/connection_handling.rb:50:in `establish_connection'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.7.1/lib/active_record/railtie.rb:120:in `block (2 levels) in <class:Railtie>'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/lazy_load_hooks.rb:28:in `block in on_load'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/lazy_load_hooks.rb:27:in `each'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/lazy_load_hooks.rb:27:in `on_load'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.7.1/lib/active_record/railtie.rb:116:in `block in <class:Railtie>'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:30:in `instance_exec'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:30:in `run'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:55:in `block in run_initializers'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/initializable.rb:54:in `run_initializers'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/application.rb:352:in `initialize!'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/config/environment.rb:5:in `<top (required)>'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `block in require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:240:in `load_dependency'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.7.1/lib/active_support/dependencies.rb:274:in `require'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/application.rb:328:in `require_environment!'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/railties-4.2.7.1/lib/rails/application.rb:457:in `block in run_tasks_blocks'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/bundler/gems/sprockets-rails-857e781998c1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define'\u001b[K
remote:        /tmp/build_a87d415e00fcc775727539d95811c64b/vendor/bundle/ruby/2.3.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'\u001b[K
remote:        Tasks: TOP => environment\u001b[K
remote:        (See full trace by running task with --trace)\u001b[K
remote:  !\u001b[K
remote:  !     Precompiling assets failed.\u001b[K
remote:  !\u001b[K
remote:  !     Push rejected, failed to compile Ruby app.\u001b[K
remote: 
remote:  !     Push failed\u001b[K
remote: Verifying deploy...
remote: 
remote: !   Push rejected to currents-dev.\u001b[K
remote: 
To heroku.com:currents-dev.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:currents-dev.git'
container fe4abee7992e5a8c54adab7a5373e2ead277fba60eda4960ae41c857751810e9 is dead
Fri Jan 12 23:34:50 CET 2018
tannakartikey commented 6 years ago

@ajc113 this error has occurred because of latest update in pg gem. Will look into it.

ajc113 commented 6 years ago

@rultor deploy