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
**Version compatibility**: PowerSync requires Postgres version 11 or greater.
11
+
</Check>
12
+
9
13
Configuring your Postgres database with PowerSync generally involves three tasks:
10
14
11
15
* Enable logical replication
@@ -340,6 +344,10 @@ Notably, some "serverless Postgres" providers do not support logical replication
340
344
This section is a work in progress. More details for MongoDB connections are coming soon. In the meantime, check our [MongoDB guide](/migration-guides/mongodb-atlas) to try out our MongoDB alpha support, and ask on our [Discord server](https://discord.gg/powersync) if you have any questions.
341
345
</Info>
342
346
347
+
<Check>
348
+
**Version compatibility**: PowerSync requires MongoDB version 6.0 or greater.
349
+
</Check>
350
+
343
351
PowerSync requires the `find` and `changeStream` permissions on all databases and collections.
344
352
345
353
PowerSync also requires `createCollection`, `insert`, `update`, and `remove` permissions to the `_powersync_checkpoints` collection.
This section is a work in progress. More details for MySQL connections are coming soon. In the meantime, ask on our [Discord server](https://discord.gg/powersync) if you have any questions.
353
361
</Info>
354
362
363
+
<Check>
364
+
**Version compatibility**: PowerSync requires MySQL version 5.7 or greater.
365
+
</Check>
366
+
355
367
MySQL connections use the [binary log](https://dev.mysql.com/doc/refman/8.4/en/binary-log.html) to replicate changes.
356
368
357
369
Generally, this requires the following config:
@@ -381,6 +393,6 @@ Next, connect PowerSync to your database:
0 commit comments