Data 1 and Data 2 side-by-side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has anyone run into any issues running Data 1 and Data 2 APIs on the same server? We use the CLI tool to pull tables from Data 1 nightly. We want to begin testing the process using Data 2 but want to make sure we won't be causing any issues by having both running on the same server.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are running CD1 on MS SQL but have switched to Postgres for CD2. They are running on the same machine, but that box has ample resources and disk space so it's not been an issue. Your mileage may vary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@canninga The CLIs, APIs, & authentication tokens for CD1 & CD2 are totally separate. There should be no problem. Keeping their intermediary files & dependencies in different directories might make things simpler.