Skip to content

Commit

Permalink
following the removal of the single-app-deployment feature from 6.2, …
Browse files Browse the repository at this point in the history
…removed the "replacing the binaries" section from the 6.2 migration article
  • Loading branch information
reebhub committed Dec 18, 2024
1 parent 1da3523 commit ecc221a
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{NOTE: }

* In this page:
* [Replacing the binaries](../../migration/server/data-migration#replacing-the-binaries)
* [Migration from RavenDB 5.x to 6.x](../../migration/server/data-migration#migration-from-ravendb-5.x-to-6.x)
* [Migration from RavenDB 4.x to RavenDB 5.x and 6.x](../../migration/server/data-migration#migration-from-ravendb-4.x-to-ravendb-5.x-and-6.x)
* [Migration from RavenDB 3.x](../../migration/server/data-migration#migration-from-ravendb-3.x)
Expand All @@ -14,27 +13,6 @@

---

{PANEL: Replacing the binaries}

* Starting with RavenDB `6.2`, the `.exe` files are self-contained,
bundling all necessary `.dll` files and dependencies into a single executable.

* When migrating to `6.2`, ensure you first **remove ALL** previous binaries (DLL and EXE files),
and then add the following `.exe` files from the update package:
* _Raven.Server.exe_
* _Raven.Debug.exe_
* _rvn.exe_

{WARNING: }

* Be cautious not to overwrite your `settings.json` (if it was customized), your server certificate,
or any other configuration files you have added if they reside in your server directory.

* Additionally, if you keep your [data directory](../../server/storage/directory-structure) under the server directory,
make sure you don't delete or overwrite it.

{WARNING/}

{PANEL/}

{PANEL: Migration from RavenDB 5.x to 6.x}
Expand Down

0 comments on commit ecc221a

Please sign in to comment.