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 support for uploading app files + databases #243

Merged
merged 21 commits into from
Apr 9, 2024

Conversation

martin-helmich
Copy link
Member

@martin-helmich martin-helmich commented Feb 27, 2024

This PR adds support for a mw app upload and a mw database mysql import command. Both of these are useful for offering a quick way to publish a development environment onto a server (most prominently, for using ddev push).

⚠️ It needs to be stressed that this is a development tool, and not a suitable substitute for a production-ready deployment solution.

@martin-helmich martin-helmich marked this pull request as ready for review February 27, 2024 16:13
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
src/commands/database/mysql/import.tsx Outdated Show resolved Hide resolved
src/commands/database/mysql/import.tsx Outdated Show resolved Hide resolved
src/commands/database/mysql/import.tsx Outdated Show resolved Hide resolved
src/lib/database/mysql/temp_user.ts Outdated Show resolved Hide resolved
src/lib/database/mysql/temp_user.ts Outdated Show resolved Hide resolved
src/commands/database/mysql/dump.tsx Outdated Show resolved Hide resolved
src/commands/database/mysql/dump.tsx Outdated Show resolved Hide resolved
@LukasFritzeDev
Copy link
Contributor

Look good

@martin-helmich martin-helmich merged commit bafb095 into master Apr 9, 2024
7 checks passed
@martin-helmich martin-helmich deleted the feature/import-files-db branch April 9, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants