Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to snapshot entire installation #12

Open
lukaspawlik opened this issue Nov 9, 2017 · 2 comments
Open

Add option to snapshot entire installation #12

lukaspawlik opened this issue Nov 9, 2017 · 2 comments

Comments

@lukaspawlik
Copy link
Contributor

Some of repositories contain entire WordPress installation instead of only wp-content. Good example are sites on WPEngine using Git Push deployment feature. These sites have to have entire WordPress in repository as they're pushed this way to servers.

Having an option to export full WordPress installation (also .git directory is located in the root of WordPress directory instead of inside wp-content/ or it children) would allow that kind of projects to easily ramp up new engineers as they would have all git remotes set out of the box.

@tlovett1
Copy link
Member

Great suggestion.

@benlk
Copy link

benlk commented Jul 14, 2021

Seconding this; some client-owned site repositories end up stored outside of the wp-content/ directory. For example:

.
├── config
│   ├── elasticsearch
│   ├── nginx
│   └── php-fpm
├── docker-compose.yml
├── example-client-site-git-root
│   └── docroot
│       ├── wp-content
│       ...
├── wordpress
│   ├── wp-content
|   ...
...

If you need the specific example, please message me on Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants