I usually do release upgrades over VPN, so I’ve tried this a few times. Whenever it updates my openvpn package I lose connection, so I reconnect afterwards.
do-release-upgrade
starts a backup SSH session on port 1022 and a backup screen session. If you do not have screen installed this will NOT be available.
You can get the screen session by running:
sudo screen -list
There is a screen on:
2953.ubuntu-release-upgrade-screen-window (09/13/2012 04:48:02 AM) (Detached)
1 Socket in /var/run/screen/S-root.
Then to reattach do:
sudo screen -d -r root/2953.ubuntu-release-upgrade-screen-window
Using the previously listed screen after root/
You should be back to where you lost connection.
Related Posts:
- ping: google.com: Temporary failure in name resolution [closed]
- Docker System has not been booted with systemd as init system
- CentOS vs. Ubuntu [closed]
- Docker error : no space left on device
- How to establish ssh key pair when “Host key verification failed”
- localhost/phpinfo.php
- After installing with pip, “jupyter: command not found”
- gpg: no valid OpenPGP data found
- gpg: no valid OpenPGP data found
- E: Unable to locate package mongodb-org
- How to open the terminal in Atom?
- Valgrind permission denied on file
- nginx – nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
- How to install Boost on Ubuntu
- How to verify if nginx is running or not?
- pdflatex not found. pdflatex is needed for pdf output
- Nginx: stat() failed (13: permission denied)
- PIP Could not find any downloads that satisfy the requirement SQLAlchemy
- MySQL: How to reset or change the MySQL root password?
- Removing all installed OpenCV libs
- Vim: No write since last change, even though I changed the file
- Why can’t I print to terminal with my python script?
- How to kill a process on a port on ubuntu
- whats the meaning of curl “-s” and “-m”
- How do I ask apt-get to skip any interactive post-install configuration steps?
- How to view all ssl certificates in a bundle?
- How to remove the “installed manually” flag and revert to “automatically installed” with apt-get?
- How do I get apt-get to ignore some dependencies?
- How do I auto-start docker containers at system boot?
- How to determine JAVA_HOME on Debian/Ubuntu?
- How to start/stop iptables on Ubuntu?
- Which ports do I need to open in the firewall to use NFS?
- list all packages from a repository in ubuntu / debian
- dpkg-reconfigure: unable to re-open stdin: No file or directory
- How can I edit the welcome message when ssh start?
- How does Ubuntu keep track of the “System restart required” flag in motd?
- Amazon Linux vs. Ubuntu for Amazon EC2 [closed]
- Automate the installation of postfix on Ubuntu
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Why is ssh agent forwarding not working?
- How do I update\upgrade pip itself from inside my virtual environment?
- How to upgrade Git on Windows to the latest version
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- Upgrading Node.js to latest version
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- Unable to locate package libapache2-mod-php7
- No module named ‘openpyxl’ – Python 3.4 – Ubuntu
- wget: unable to resolve host address `http’
- Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04
- How to avoid plugin name conflicts from the upgrade notifier?
- How to check plugin compatibility before upgrading WordPress
- Update exisiting site to 3.5 release candidate
- Import old SQL dump into new WordPress version
- How do I fix problems with users not being able to publish and only submit for review after upgrade of Multisites installation?
- Timeout While Upgrading Network in Multi-site
- How to configure site for automatic upgrades
- Hook (upgrader_process_complete) running moment
- Which database table does “Featured images” save under?
- How to log database changes during an upgrade?
- Updating servers at once in web cluster
- WordPress 3.8 keeps asking me to upgrade to 3.8
- wp_list_categories
- Interrupted Upgrade to 4.5.1
- Is there a way to run upgrade.php for one blog?
- How to check if a core update, like 4.9.8 → 5.0, involves a database update (migration)?
- How to update an existing table while updating plugin?
- Upgrading from 3.5.2 to 3.9.1
- WP 3.1 upgrade breaks AutoFocus+ theme
- Subscribers become Authors after Upgrade? / Mass Update of Users?
- Media Content disapeared after upgrade WP core to 3.5.1
- WSOD after upgrading to 3.1
- Upgraded to latest version – 3.0.3 and Now I get a “sufficient permissions to access this page” error
- Plugin development: delete options when updating to a new version
- Upgrading Across Multiple Versions
- Ordering Submenu Pages in WP 3.1
- WordPress crashes with “The service is unavailable.” after trying to upgrade plugins
- Upgrading existing WordPress 4.1 to 4.6. What are some obstacles I might encounter?
- Maintaining plugin addons while upgrading
- Upgrade to 3.3.2 return a blank admin page
- My WP_Query didn’t work after upgrading to WordPress 3.2
- What happens to the mu-plugins folder when you upgrade to WordPress 3?
- wordpress upgrade from 4.2.1 to 4.7.3 500 error
- Multisite network admin – User’s role not showing up
- Auto-Upgrade to 4.2.2 fails because theme functions.php is included instead of wp-includes/functions.php
- After 3.5.1. upgrade, posts appearing on Site yet *NOT* in WP admin!
- Cannot access dashboard after upgrading to 3.5
- WordPress upgrade from 2.7 to 3.3 Permalink problem
- WordPress GUI and wp-cli are saying we have the latest version, but we don’t
- Media library corrupted after upgrading to 4.9.6
- WP website won’t accept any new content – need dedicated hosting?
- Site showing version 4.1.16 as latest version
- Upgrade routine: Interaction with user confirmation
- upgrade v. 2.8.5 to latest version of wordpress
- Upgrading from 3.4.2 [duplicate]
- plugin not updated after update wordpress 3.5.2
- Upgrading WordPress (File permission group owner)
- Job scheduling using crontab, what will happen when computer is shutdown during that time?
- How to fix PuTTY showing garbled characters? [closed]