You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document describes how to set up MySQL and PostgreSQL for running end-to-end tests in environments without Docker, particularly when using an HTTP proxy.
4
+
5
+
## Overview
6
+
7
+
The end-to-end tests support three methods for connecting to databases:
8
+
9
+
1.**Environment Variables**: Set `POSTGRESQL_SERVER_URI` and `MYSQL_SERVER_URI` directly
10
+
2.**Docker**: Automatically starts containers via the docker package
11
+
3.**Native Installation**: Starts existing database services on Linux
12
+
13
+
## Installing Databases with HTTP Proxy
14
+
15
+
In environments where DNS doesn't work directly but an HTTP proxy is available (e.g., some CI environments), you need to configure apt to use the proxy before installing packages.
0 commit comments