[PR #188] [MERGED] Add support of MySQL DBMS #488

Closed
opened 2026-02-26 10:32:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/188
Author: @heatray
Created: 10/21/2019
Status: Merged
Merged: 10/29/2019
Merged by: @agolybev

Base: developHead: feature/mysql-support


📝 Commits (10+)

📊 Changes

11 files changed (+310 additions, -37 deletions)

View changed files

.travis.yml (+44 -0)
📝 Dockerfile (+1 -0)
📝 README.md (+6 -5)
📝 docker-compose.yml (+5 -4)
📝 run-document-server.sh (+73 -24)
📝 tests/activemq.yml (+4 -4)
tests/defaults.env (+40 -0)
tests/mysql.yml (+35 -0)
tests/postgres-old.yml (+32 -0)
tests/postgres.yml (+33 -0)
tests/test.sh (+37 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ONLYOFFICE/Docker-DocumentServer/pull/188 **Author:** [@heatray](https://github.com/heatray) **Created:** 10/21/2019 **Status:** ✅ Merged **Merged:** 10/29/2019 **Merged by:** [@agolybev](https://github.com/agolybev) **Base:** `develop` ← **Head:** `feature/mysql-support` --- ### 📝 Commits (10+) - [`5c2b9be`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/5c2b9bec516fcff63f072e42c76d2ab477125091) Add support of MySQL DBMS - [`d1cf323`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/d1cf323d3319e120a47e7ef9238e75b80304565e) Update README - [`f780a8a`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/f780a8a8260d86fedb000d7664b1bc89dab95184) Refactor code - [`d5a5098`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/d5a5098e02faac16a79cce6085215d117adca777) Add docker compose config for postgres - [`218c0e3`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/218c0e30e65d14c5b760e4d4fe2a5e4883eead9d) Add change port depending on db type - [`819982d`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/819982d52efe0a42f83d65029ed0cdb5db007c91) Update variables - [`ef1ab94`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/ef1ab94f1709fda116c2beed3326302c8bf4c378) Update variables & port change - [`4c5cd67`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/4c5cd6763f94036a73fe975786c33ea502ce0f1c) Remove network from Docker Compose config - [`b4ae924`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/b4ae92417e0a9129ecf593a931c75c4a5f33d555) Add Travis config - [`cb0efeb`](https://github.com/ONLYOFFICE/Docker-DocumentServer/commit/cb0efebcdd656b6b6effb36f1dd08c4026cbaecc) Update Travis config ### 📊 Changes **11 files changed** (+310 additions, -37 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+44 -0) 📝 `Dockerfile` (+1 -0) 📝 `README.md` (+6 -5) 📝 `docker-compose.yml` (+5 -4) 📝 `run-document-server.sh` (+73 -24) 📝 `tests/activemq.yml` (+4 -4) ➕ `tests/defaults.env` (+40 -0) ➕ `tests/mysql.yml` (+35 -0) ➕ `tests/postgres-old.yml` (+32 -0) ➕ `tests/postgres.yml` (+33 -0) ➕ `tests/test.sh` (+37 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:32:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#488
No description provided.