Sysadmin roadmap: Difference between revisions
add deployment challenges |
backup tasks |
||
| Line 31: | Line 31: | ||
=== Deploy an Docker based application === | === Deploy an Docker based application === | ||
You could choose an application that you've already installed without docker (like [https://hub.docker.com/_/wordpress WordPress]) but this time deploy it using docker. You might have to learn about docker compose too. | You could choose an application that you've already installed without docker (like [https://hub.docker.com/_/wordpress WordPress]) but this time deploy it using docker. You might have to learn about docker compose too. | ||
== Maintenance == | |||
=== Backup an app with its database === | |||
Create a backup for the wordpress instance (including uploaded images, etc). | |||
=== Restore an app from backup === | |||
See if your backup can be brought back online. | |||
=== Migrate an app from one server to another === | |||
Move your app from one computer to another | |||