Skip to content

Is it possible to create 2 nodes sftpgo? #492

Answered by drakkan
danielkit83 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

several options are available. It mostly depends on your use case. Please have a look at some previous issues/discussions for ideas:

#281
#328
#466

In general you can load balance incoming connections using haproxy or something similar. SFTPGo supports proxy protocol for SFTP/FTP. For HTTP you can use a standard reverse proxy.

For the data provider you can simply use a shared database (MySQL/PostgreSQL) or configure replication/HA on the database itself. If you need a distributed data provider CockroachDB could be a convenient choice.

To share data you don't have to do anything if you use a cloud provider like S3, GCS, Azure Blob, otherwise you can use something like Ceph or the ancie…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by drakkan
Comment options

You must be logged in to vote
1 reply
@drakkan
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants