Commit Graph

47 Commits

Author SHA1 Message Date
Yatsishin Ilya
78d6d77a93 Improve descriptions 2022-01-18 16:34:56 +00:00
Azat Khuzhin
5a0e8af483 Use Should-* instead of Required-* for init script 2021-09-11 23:00:07 +03:00
Azat Khuzhin
5f05ac23b0 Add $time dependency for clickhouse-server.init script 2021-09-11 16:08:41 +03:00
Maksim Kita
38d1ce310d
Merge pull request #25921 from ClickHouse/a-fix-for-systemd
Fix for systems with systemd
2021-07-03 14:50:05 +03:00
Alexey Milovidov
a879234192 Fix for systems with systemd 2021-07-02 23:03:19 +03:00
Alexey Milovidov
7d6e08c6ad Remove obsolete code from init script 2021-07-02 23:01:26 +03:00
Korenevskiy Denis
f2ea7d9985 Add exit instruction to init script after service status check 2021-06-07 15:46:49 +03:00
Alexey Milovidov
932597e355 Simplify init script: even more 2020-11-26 08:13:45 +03:00
Alexey Milovidov
36151b9e54 Simplify init script (part 2) 2020-11-26 07:54:18 +03:00
alesapin
76a501d7c5 Merge branch 'master' into simplify-init-script 2020-10-19 10:56:40 +03:00
Azat Khuzhin
3678d3256a debian/clickhouse-server.init: systemd proxying for restart/start/stop/reload 2020-09-04 00:54:50 +03:00
Azat Khuzhin
b4a1f59ada debian/clickhouse-server.init: remove is_supported_command 2020-09-04 00:43:15 +03:00
alexey-milovidov
fc1b112e2b
Update clickhouse-server.init 2020-08-27 21:50:13 +03:00
Alexey Milovidov
f7e93531f8 Simplify init script 2020-08-26 22:53:49 +03:00
Alexey Milovidov
2be48b1560 Fix error 2020-08-24 15:17:05 +03:00
Alexey Milovidov
b64fabc7be More robust 2020-08-24 03:34:35 +03:00
Alexey Milovidov
83f335cc7f Slightly better init script 2020-08-24 03:27:10 +03:00
ylchou
e581b4b15a
passwd and group location error
There is no problem when the user is the same as the group by default. When the user and group are different, there will be a bug here.
2020-08-14 18:14:54 +08:00
Alexey Milovidov
353886c189 Minor changes in Debian scripts 2020-08-01 19:18:59 +03:00
alexey-milovidov
5cf8253203
Merge pull request #8591 from ClickHouse/install_script_for_tgz
Install script for tgz package
2020-01-10 16:48:38 +03:00
alesapin
44625faa1f Move from adduser to user add and slightly fix postinst script 2020-01-10 13:19:59 +03:00
alesapin
f05a27c147 Some updates in trash scripts 2020-01-09 15:59:45 +03:00
Zhichang Yu
f56653f43e ensure network be up before staring clickhouse 2020-01-09 10:02:28 +08:00
proller
a063517091
CLICKHOUSE-3887 Debian init: Service stop timeout (#5522) 2019-06-04 16:03:22 +03:00
proller
5b28a86930 Add comment 2019-05-09 12:03:06 +03:00
proller
bf5a2a60c9 fix 2019-05-06 16:24:22 +03:00
proller
0e0a0f6ee6 CLICKHOUSE-4511 Fix forcerestart with systemd 2019-05-06 15:12:18 +03:00
proller
238cfb4da3 CLICKHOUSE-4284 debian init: wait for server startup on 'clickhouse-server start' 2019-02-05 20:05:23 +03:00
proller
247737cc19 Wrong folder "preprocessed" link #3892 2019-01-31 16:03:17 +03:00
proller
f1791e94e2
Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
Pavlo Bashynskiy
849c9018eb Running daemon in custom environment 2018-11-20 20:09:34 +02:00
proller
10e604428a CLICKHOUSE-4098 Correct /etc/init.d/clickhouse-server status exit code 2018-11-01 16:47:52 +03:00
proller
c219562b32 Better clickhouse-test-server 2018-08-28 14:57:35 +03:00
Alexey Milovidov
b0c36ab990 Moved "setcap" from init script to postinst #2482 2018-08-24 03:21:03 +03:00
Alexey Milovidov
a5a2ec6503 Fixed bad logic #2482 2018-08-23 00:00:52 +03:00
Vitaliy Lyudvichenko
aa40931824 Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910 2018-05-28 20:22:27 +03:00
Vitaliy Lyudvichenko
bd4d8a6766 Add profile events and settings logging. [#CLICKHOUSE-2910] 2018-05-17 19:01:41 +03:00
Alexey Milovidov
fb91bba279 Miscellaneous [#CLICKHOUSE-2] 2018-05-16 03:34:56 +03:00
proller
6d9ba52493 Debian init and cron fixes 2018-03-01 23:16:03 +03:00
proller
d03173f8e1
Debian uninstall: Return cron file to original state (#1838)
* Debian uninstall: Return cron file to original state
2018-02-01 20:55:08 +03:00
proller
ef1b559845 Check pid file contents inside clickhouse server (#1498)
* Check pid file contents inside clickhouse (allow run with exists pid file but not exists process)

* fix

* fix

* eol

* wip
2017-11-16 22:09:08 +03:00
Alexey Milovidov
041623dee1 Moved chown to correct place [#CLICKHOUSE-2]. 2017-10-11 22:11:51 +03:00
Alexey Milovidov
a7f46a4e66 Implemented TODO [#CLICKHOUSE-2]. 2017-10-11 17:44:12 +03:00
Vitaliy Lyudvichenko
7ee2c52328 Use clickhouse extract-from-config intead of clickhouse --extract-from-config and so on. [#CLICKHOUSE-2928] 2017-09-24 02:15:56 +03:00
felixoid
aaff26336d remove login mode from su in debian init-script, CLICKHOUSE-3195 2017-08-01 19:09:26 +03:00
Alexey Milovidov
4b31fd9a9c Style [#CLICKHOUSE-2]. 2017-07-08 19:09:32 +03:00
proller
72ccc69212 Debian: simpler package (#662)
* Allow use external re2 with re2_st=re2

* fix

* remove dupe

* use re2_st in FunctionsStringSearch.h

* fix

* move files from tools/etc to debian

* dont generate control

* version

* ok.

* wip

* Cmake: dont touch CMAKE_INSTALL_PREFIX

* wip

* works!

* clean

* okay

* like old

* wip

* wip

* okay

* clickhouse-server-base-dbg

* clean

* clickhouse-server-dbg

* Debian: Remove daemons

* Update rules

* add source/format

* control clean

* add watch

* clean

* clean

* temp fix build

* clean

* docs

* fake make_control

* fix

* testme

* testme

* add metrika package

* fake metrika files
2017-04-10 20:43:30 +03:00