# Uploading to Staging from Devkinsta stuck

**URL:** https://community.kinsta.com/t/uploading-to-staging-from-devkinsta-stuck/2568
**Category:** Application Support
**Created:** [October 10, 2023, 3:27pm UTC](https://community.kinsta.com/t/uploading-to-staging-from-devkinsta-stuck/2568 "2023-10-10T15:27:44Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![ZachE](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/zache/32/1683_2.png) [@ZachE](https://community.kinsta.com/u/ZachE)
#### Post date: [October 16, 2023, 8:56pm UTC](https://community.kinsta.com/t/uploading-to-staging-from-devkinsta-stuck/2568/12 "2023-10-16T20:56:14Z")

</div>

Hi @Mikyboy

Zach here!

Looks like we’ll need to do a full reset, which in order is:

1. Exit DevKinsta (forcefully if needed)
2. Stop all Docker containers
3. Remove all Docker containers
4. Remove all Docker VOLUMES
5. Shutdown Docker Desktop
6. Uninstall DevKinsta
7. Uninstall Docker Desktop
8. Remove the `~/Library/Application Support/DevKinsta/` folder
9. Reboot
10. Install Docker Desktop
11. Install DevKinsta

Earlier, you mentioned doing a docker volume prune, which would only delete orphaned volumes, and not do a full reset. Once you’re at this point, go ahead and log in to DevKinsta with your MyKinsta credentials, sync your staging site to local, make your changes, and try a reupload.

Also, if you need to make backups and have a solution going forward for this, recommend looking at Philipp’s post here:

> [@Automatic local DB backups](https://community.kinsta.com/t/automatic-local-db-backups/966/2):
>
> Here’s a quick shell script to set up such backups on the DevKinsta Docker container “devkinsta\_fpm” (I’m using this container because it has access to both, the DB-server and to the host file system): #!/bin/bash # 1. Install crontab apt-get update apt-get install cron update-rc.d cron defaults # Not sure if this is needed, but it cannot hurt. # RC does not work on devkinsta\_fpm, so: # 2. Add crontab to the containers autostart via supervisor cat \> "/etc/supervisor/conf.d/supervisord.conf" \<\<…

Best regards

---

_[View the full topic](https://community.kinsta.com/t/uploading-to-staging-from-devkinsta-stuck/2568)._
