# Working around and with DevKinsta

**URL:** https://community.kinsta.com/t/working-around-and-with-devkinsta/3441
**Category:** Questions
**Created:** [May 20, 2024, 5:01am UTC](https://community.kinsta.com/t/working-around-and-with-devkinsta/3441 "2024-05-20T05:01:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Aporia](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/aporia/32/2031_2.png) [@Aporia](https://community.kinsta.com/u/Aporia)
#### Post date: [May 20, 2024, 5:01am UTC](https://community.kinsta.com/t/working-around-and-with-devkinsta/3441/1 "2024-05-20T05:01:17Z")

</div>

the DevKinsta sync ux does not provide enough control for a large server.

1. it does not allow for bypassing the back and restore
2. it does not allow for pausing or stopping the sync without restoring the backup
3. it does not provide a way to specify which files to sync on subsequent runs, which would be extremely helpful for establishing a team-wide way to interact with a large system.

For these reasons, I am working on my own sync command. Unfortunately I trying to figure out how to adjust the devkinsta images? Is this possible?

I discovered that I can use apk on devkinsta\_nginx, but devkinsta\_fpm

I would like to install git and rsync on devkinsta\_fpm

---

<div class="post-metadata">

### Author: ![Adrian\_L](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/adrian_l/32/2810_2.png) [@Adrian\_L](https://community.kinsta.com/u/Adrian_L)
#### Post date: [May 20, 2024, 6:16am UTC](https://community.kinsta.com/t/working-around-and-with-devkinsta/3441/2 "2024-05-20T06:16:21Z")

</div>

Hi @Aporia 👋

The rsync utility is already installed, and you should be able to install git inside devkinsta\_fpm container. However, since git is not installed by default, you will need to reinstall it if you update Devkinsta to newer versions.

Additionally, DevKinsta’s Pull/Push feature enables you to choose specific folders or files to transfer between your local machine and Kinsta’s live server. You can refer to our help article here for more details: [DevKinsta - Kinsta Integration - Kinsta® Docs](https://kinsta.com/docs/devkinsta/devkinsta-integration/#pull-a-site-from-kinsta)

I hope this information is helpful. If you need further assistance, have any questions, or need clarification, feel free to ask. 😊

---

<div class="post-metadata">

### Author: ![Aporia](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/aporia/32/2031_2.png) [@Aporia](https://community.kinsta.com/u/Aporia)
#### Post date: [May 21, 2024, 12:11am UTC](https://community.kinsta.com/t/working-around-and-with-devkinsta/3441/3 "2024-05-21T00:11:33Z")

</div>

I am not able to install git

root@21d320dac034:/www/kinsta# apt install git-all  
Reading package lists… Done  
Building dependency tree  
Reading state information… Done  
E: Unable to locate package git-all

---

<div class="post-metadata">

### Author: ![Adrian\_L](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/adrian_l/32/2810_2.png) [@Adrian\_L](https://community.kinsta.com/u/Adrian_L)
#### Post date: [May 21, 2024, 2:37am UTC](https://community.kinsta.com/t/working-around-and-with-devkinsta/3441/4 "2024-05-21T02:37:06Z")

</div>

@Aporia It seems that the git installation will work differently based on the machine’s operating system. I encountered the same error when I tried to install it on a Mac (M2), but the installation worked fine on my Windows 10 (Hyper-V) machine. See screenshot below:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/1/1bc3cb3aaf8bed2d12e04ca677d17ac4283b83b1.png)  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/b/bae59b8b85893e4d13c210d8cc5a4c31e8c70179.png)

You can navigate to the WordPress directory outside the docker container using your local terminal and install git on it instead. However, I’m unsure if it will work with your current workflow.

---

<div class="post-metadata">

### Author: ![Aporia](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/aporia/32/2031_2.png) [@Aporia](https://community.kinsta.com/u/Aporia)
#### Post date: [May 21, 2024, 3:34am UTC](https://community.kinsta.com/t/working-around-and-with-devkinsta/3441/5 "2024-05-21T03:34:29Z")

</div>

Seems like that is an issue with the mac version. It would be good if this would work.  
Not sure it will be possible to install outside of the container and have it work
