1
0
Fork 0
Commit Graph

40 Commits

Author SHA1 Message Date
Frank Celler 53978b6b93
Feature/semantic versioning (#6265) 2018-08-27 23:25:21 +02:00
Jan 1b9fcb589d
make RocksDB the default engine (#5964) 2018-07-25 11:17:49 +02:00
Jan Christoph Uhde abde907eae fix debian prerm script (#4673) 2018-02-27 11:21:24 +01:00
Jan Christoph Uhde a54c581111 try to fix permission issues of "/var/tmp/arangod" (#4457) 2018-02-06 23:17:08 +01:00
Jan Christoph Uhde ee6c232e54 Bug fix/stop on purge (#3526)
* update prerm.in

* fix deb.cmake to include prerm script

* fix prerm script
2017-10-26 18:39:56 +02:00
Jan Christoph Uhde 77fb3f777e fix systemd issues when reinstalling a package 2017-09-01 08:45:49 +02:00
Jan Christoph Uhde b3c3106507 fix upgrade exit codes 2017-08-31 13:22:17 +02:00
Jan Christoph Uhde c9adcebfba fix postinst script of debian package 2017-08-31 11:24:00 +02:00
Jan Christoph Uhde 20e1a673fd Feature/planning 499 different error codes for version check (#3118)
* return different error codes for check-version

* Adds data file for exit codes that can be used by ArangoDB applications

* add some exit codes

* better return codes for centos

* add codes in arangod

* remove test code

* prevent re-downloading of starter and other small improvements

* fix some erros

* finish centos

* update urls

* add info about systemd detection

* move further towards a working systemd setup

* set service type to simple

* add arangodb-update-db script

* start work on debian packages

* a db dir that is already in place (former installation) should be reused now

* fix minor bugs

* Implement exit code translation in the windows installer.

* add autogenerated NSIS exit code mapping
2017-08-30 10:47:31 +02:00
Wilfried Goesgens 73055db6b6 When the user entered non-matching passwords, we need to go back two steps so he can re-enter the first password too. (#3155) 2017-08-30 10:42:10 +02:00
Wilfried Goesgens b2bc8dee49 we need to substitute the package name here too - else enterprise pac… (#3025) 2017-08-17 21:27:44 +02:00
Wilfried Goesgens 603f0c5317 make messages about future package upgrades more clear (#2701) 2017-07-01 00:31:03 +02:00
Wilfried Goesgens a587b0bae9 when restarting abort if shutdown of the old service fails. (#2638) 2017-06-22 12:35:45 +02:00
Wilfried Goesgens c6340bf597 Work on the debian packages (#2632)
- improve wording in some of the debconf dialogs
- fix password / password repeat comparison
- fix cancel button for storage engine dialog.
2017-06-22 12:35:13 +02:00
Wilfried Goesgens 860971bdcb fix variable referencing - its special in the debian scripts 2017-06-08 18:52:47 +02:00
Wilfried Goesgens f487d7095f systemd integration for the .deb's; setting environment variables for the libc allocator 2017-06-06 17:35:17 +02:00
Frank Celler 4800a8b7f6 Feature/hugepages (#2497)
* enabled checks for memory management

* added MADV_NOHUGEPAGE

* added documentation about NUMA and file systems
2017-05-25 16:04:23 +02:00
Wilfried Goesgens f5b63d1c6c when setting the password force various features in arangod to be turned off so they don't get in our way. 2017-05-16 15:55:11 +02:00
Wilfried Goesgens 037b081a83 add selection of storage engine 2017-05-10 14:05:35 +02:00
Wilfried Goesgens 034deae93b add logrotate config for debian 2017-03-17 14:55:57 +01:00
Wilfried Goesgens 0b97b30cd6 add debian package with debug symbols 2017-01-05 16:06:55 +01:00
Wilfried Goesgens dc0c8f22f0 fix debian packages & systemd unit file
- detect the location of chown/chmod
 - fix location & creation of directories
 - adjust debconf entries so they resemble the package name (for
   enterprise too...)

Thanks to @cobrowserAlex and @servussoft for pointing this out
2016-10-28 13:25:53 +02:00
Wilfried Goesgens 1a841feb1a fix users home directory. 2016-08-30 17:46:29 +02:00
Wilfried Goesgens 0e36f95f1a fix effect that on second install we will complain about mismatching passwords 2016-08-29 16:34:17 +02:00
Wilfried Goesgens 92d2c13b44 Add missing package description file. 2016-08-03 15:27:27 +02:00
Wilfried Goesgens 964b7c4d47 Final cleanup on the client .deb 2016-08-02 16:12:20 +02:00
Wilfried Goesgens 0cebd089ac The package needs to have the same name as its debhelper config keys.
Thanks to @formorer for pointing me there.
2016-08-01 17:23:43 +02:00
Wilfried Goesgens ad0bc4d00f Work on the debian build
- change 3.0.x-devel to be 3.0.devel since minus or underscore collide with packaging requirements
  - re-sync package scripts with whats current on suse OBS
  - add config-uid support.
2016-08-01 13:43:30 +02:00
Wilfried Goesgens 1ef8e940fd Work on getting the .deb build process streamlined. 2016-07-29 15:35:34 +02:00
Wilfried Goesgens c6a1bcc226 Cleanup buildsystem
- add RPM support
  - move macros in own file
  - cleanup sequence
  - add CMAKE switch "-DPACKAGING=[DEB|RPM|DARWIN]" that prepares package building
2016-07-26 16:13:34 +02:00
Andreas Streichardt f294f113e3 Remove obsolete installation stuff..
Windows install is now as simple as cpack -G NSIS64 .
click click
2016-07-08 09:52:56 +02:00
Frank Celler 03079b2b67 3.0 fixes for paths 2016-06-14 16:51:48 +02:00
Andreas Streichardt d633067c3c Fix debian build 2016-05-12 15:11:55 +02:00
Max Neunhoeffer 21701b8dfa Fix debian service init script. 2016-05-11 15:31:06 +02:00
Frank Celler 77c4512b0a fixed parameter 2016-05-04 18:20:43 +02:00
Frank Celler c0c23973f1 fixed config path (now /etc/arangodb3) 2016-05-04 13:51:16 +02:00
Andreas Streichardt 1f58ba2cbf Copy correct server files during install 2016-04-25 16:23:59 +02:00
Simran Brucherseifer a5ad9f33a9 Minor corrections
Excluded Aardvark, the graph viewer in particular
2016-04-20 22:09:00 +02:00
Andreas Streichardt 35aac377c1 Proper naming 2016-03-03 14:42:47 +01:00
Max Neunhoeffer c1995cbb8a Add debian folder to Installation. 2016-03-02 15:02:02 +01:00