·I prefer to move,
rather than delete, in case something goes wrong and you wish to restore the
files.
When you remove cloud-init following
those steps, your machine stops booting and there is apparently a service that
is waiting for network to be up. This would normally be just an inconvenience,
but the boot hangs indefinitely waiting for said network. Odd choice of
configuration out of the box, but anyway, you can fix this by:
List the services which depend on
network being online.
osudo systemctl show -p WantedBy
network-online.target
This will list the culprits as
some iscsi services that you probably don’t need.
7.Restore Database: mysql -uroot
-p --default-character-set=utf8 <191128iwpress_db .sql="" span="">191128iwpress_db>
8.Grant privileges: grant all privileges on
namadb.* to 'namadb_admin'@'localhost' identified by 'password';
After iwpress.contoso.com available, you can access wp-admin and update
the wordpress, plugin and themes. After get the latest version of Wordpress
(version 5.3 – on date 29/11/2019), then you can upgrade the php5.6 to php7.3
By default, WordPress uses wp_ as the prefix for all tables
in your WordPress database. If your WordPress site is using the default
database prefix, then it makes it easier for hackers to guess what your table
name is. This is why we recommend changing it. You can change your database
prefix by following our step by step tutorial on how to change WordPress
database prefix to improve security.
Note: This can
break your site if it’s not done properly. Only proceed, if you feel
comfortable with your coding skills.
Before make any changes, please backup your registery:
Here is the steps:
From the Start menu, type regedit.exe in the search box, and then press Enter. If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
In Registry Editor, locate and click the registry key or subkey that you want to back up.
Click File > Export.
In the Export Registry File dialog box, select the location to which you want to save the backup copy, and then type a name for the backup file in the File name field.